3.2.0 • Published 13 days ago

@theopenweb/js-classes v3.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
13 days ago

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