@theopenweb/js-classes
v3.2.0
Published
Collection of general JavaScript classes.
Downloads
29
Maintainers
Readme
Description
- Set of JavaScript classes for general use.
- Shouldn't include anything too large(move to separate project).
- Shouldn't include anything too specialized(partition elsewhere as unlikely to be used in most cases).
- Should move into own project once gets of a substantial size.
- May have varying formats, as is an ungrouped collection of classes.
Installation
npm install @theopenweb/js-classes
Documentation
Generated documentation is accessible from: /api_docs/modules.md
Technical Info
All code has been converted to es6 modules.
Standards
- "Manager" suffixed files have state.
- "Helper" suffixed files are static.
Testing
npm run test
Playground
npx http-server ./
# Go to http://localhost:8080/playground