lik/README.md

2.0 KiB

@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