Collection of general purpose javascript functions. JSUS helps!
- OBJ
- ARRAY
- TIME
- EVAL
- DOM
- RANDOM
- PARSE
- FS
- COMPATIBILITY
- QUEUE
In the browser, two objects are exported: JSUS
and its shorthand J
.
Create your customized build of JSUS.js using the make file in the bin directory
node make.js build -a // Full build
node make.js build -l obj,array -o jsus-oa.js // Only object and array libs.