Provides a collection of lightweight helpers and utilities for Node.js projects.
Go to file
2019-08-02 16:33:45 +02:00
.vscode fix(core): update 2019-08-02 16:32:52 +02:00
docs update to latest standards 2018-07-15 16:04:27 +02:00
test fix(core): update 2019-08-02 16:33:45 +02:00
ts fix(core): update 2019-08-02 16:33:45 +02:00
.gitignore fix(core): update 2019-08-02 16:33:45 +02:00
.gitlab-ci.yml fix(core): update 2019-08-02 16:33:45 +02:00
npmextra.json fix(objectmap): getArray() now has correct return type 2019-03-15 23:50:39 +01:00
package-lock.json 3.0.6 2019-08-02 16:32:52 +02:00
package.json fix(core): update 2019-08-02 16:33:45 +02:00
README.md fix(objectmap): getArray() now has correct return type 2019-03-15 23:50:39 +01:00
tslint.json fix(core): update 2018-11-23 20:33:44 +01:00

@pushrocks/lik

light little helpers for node

Status for master

build status coverage report npm downloads per month Known Vulnerabilities TypeScript node JavaScript Style Guide

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

repo-footer