@theopenweb/js-classes
TypeScript icon, indicating that this package has built-in type declarations

3.2.0 • Public • Published

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

Package Sidebar

Install

npm i @theopenweb/js-classes

Weekly Downloads

3

Version

3.2.0

License

MIT

Unpacked Size

82.6 kB

Total Files

21

Last publish

Collaborators

  • theopenweb_jp