Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 257 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 257 Bytes

kaos_js

Most minimalistic JavaScript Library that tastes like Vanilla

  • Write less JavaScript
  • No 3rd party dependencies
  • Vanilla JavaScript performance

Remarks

function _id(...) {...} is faster than var _id = function(...) {...}.