Provides a collection of lightweight helpers and utilities for Node.js projects.
Go to file
2018-07-15 16:06:08 +02:00
docs update to latest standards 2018-07-15 16:04:27 +02:00
test update to latest standards 2018-07-15 16:04:27 +02:00
ts update to latest standards 2018-07-15 16:04:27 +02:00
.gitignore now adhering to standard js added getStringArray method 2016-09-21 13:44:11 +02:00
.gitlab-ci.yml update to latest standards 2018-07-15 16:04:27 +02:00
npmextra.json update to latest standards 2018-07-15 16:04:27 +02:00
package-lock.json 3.0.0 2018-07-15 16:06:08 +02:00
package.json 3.0.0 2018-07-15 16:06:08 +02:00
README.md update to latest standards 2018-07-15 16:04:27 +02:00
tslint.json now adhering to standard js added getStringArray method 2016-09-21 13:44:11 +02:00

lik

light little helpers for node

Availabililty

npm git git docs

Status for master

build status coverage report npm downloads per month Dependency Status bitHound Dependencies bitHound Code 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.

MIT licensed | © Lossless GmbH | By using this npm module you agree to our privacy policy

repo-footer