JSUS
v1.7.2
Published
JavaScript UtilS. Extended functional programming support. JSUS helps!
Downloads
97
Readme
JSUS: JavaScript UtilS.
Collection of general purpose javascript functions. JSUS helps!
Libraries
- OBJ
- ARRAY
- TIME
- EVAL
- DOM
- RANDOM
- PARSE
- FS
- COMPATIBILITY
- QUEUE
Browser
In the browser, two objects are exported: JSUS
and its shorthand J
.
Build
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.