0.1.6 • Published 5 years ago

@yuigoto/abst v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@yuigoto/abst

Exposes abstract interfaces/classes for general use and standardization of object types and other utilities.

IMPORTANT!: Library source was updated to use TypeScript, so there might have breaking changes! Updating documentation as soon as I can!.

Using

Install it through npm with:

npm install --save @yuigoto/abst

Then import and extend any of the abstract-like classes from the package, like:

import { AbstractStore } from "@yuigoto/abst";

export class LocalStore extends AbstractStore {
  ...
}

Documentation

Please, see the wiki


Authors

See AUTHORS.md.


License

The code in this repository is licensed under the MIT License. Check the LICENSE.md file for details on it.


©2019-2020 Fabio Y. Goto


Documentation

IMPORTANT:

All classes documented here can't be directly instantiated. Constructor documentation provided for information only.

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago