@lumjs/core
v1.37.2
Published
Some small *core* constants, functions, classes, and objects. Things that make working with objects in Javascript slightly nicer, and work in CommonJS/Node.js and modern browsers without any modifications.
Downloads
444
Readme
lum.core.js
Some small core constants, functions, classes, and objects. Things that make working with objects in Javascript slightly nicer, and work in CommonJS/Node.js and modern browsers without any modifications.
Used by all the rest of my Lum.js libraries.
Notes
As of version 1.30.0
the opt.Opts
class has been split into its the new
@lumjs/opts package, which itself depends on a new @lumjs/errors package.
Until the next major release (2.0
), this package will have
a dependency on the split-away pacakages, so that it can have a deprecated
alias to the old class name available. As of 2.0
that alias will be
removed, and the dependencies will also be removed.
Documentation
API Docs
The documentation is written in JSDoc 3 format.
You can compile the documentation using npm run build-docs
which will put the generated docs into the ./docs/api
folder.
Changelog
TODO
Homepage
Official URLs
This library can be found in two places:
Author
Timothy Totten [email protected]