0.1.6 • Published 5 years ago
@yuigoto/abst v0.1.6
@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.