Provides a collection of lightweight helpers and utilities for Node.js projects.
Go to file
2018-01-27 18:13:03 +01:00
dist feat(core): update to newest gitzone package format 2018-01-27 18:11:11 +01:00
docs update readme 2017-10-30 08:23:28 +01:00
test add Tree class 2017-11-20 09:26:13 +01:00
ts feat(core): update to newest gitzone package format 2018-01-27 18:11:11 +01:00
.gitignore now adhering to standard js added getStringArray method 2016-09-21 13:44:11 +02:00
.gitlab-ci.yml fix(security): improve security CI step 2018-01-27 18:13:03 +01:00
npmextra.json update ci 2017-09-21 23:03:36 +02:00
package.json 2.0.3 2018-01-27 18:11:16 +01:00
README.md feat(core): update to newest gitzone package format 2018-01-27 18:11:11 +01:00
tslint.json now adhering to standard js added getStringArray method 2016-09-21 13:44:11 +02:00
yarn.lock feat(core): update to newest gitzone package format 2018-01-27 18:11:11 +01: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 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