Provides a collection of lightweight helpers and utilities for Node.js projects.
.vscode | ||
docs | ||
test | ||
ts | ||
.gitignore | ||
.gitlab-ci.yml | ||
npmextra.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
tslint.json |
@pushrocks/lik
light little helpers for node
Availabililty and Links
Status for master
Usage
Use TypeScript for best in class instellisense.
// import any tool that you need from lik
import { Stringmap, Objectmap, Observablemap } from 'lik';
class Stringmap
Stringmap allows you to keep track of strings. It allows you to register triggers for certain events like when a certain string is removed or added to the map
class Objectmap
Sometimes you need to keep track of objects, but implementing logic for removing, finding or updating is tedious. Objectmap takes care of keeping track of objects for you.
For further information read the linked docs at the top of this readme.
MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy