Provides a collection of lightweight helpers and utilities for Node.js projects.
Go to file
2016-08-08 17:29:44 +02:00
dist now works with TypeScript Generic Types to track type usage of Objectmap 2016-08-08 17:29:44 +02:00
test another small fix 2016-08-08 16:07:13 +02:00
ts now works with TypeScript Generic Types to track type usage of Objectmap 2016-08-08 17:29:44 +02:00
.gitignore first working version 2016-07-22 00:16:45 +02:00
.gitlab-ci.yml add gitlab ci 2016-07-22 00:26:50 +02:00
package.json 1.0.14 2016-08-08 16:07:17 +02:00
README.md add build badge to README 2016-07-22 00:40:51 +02:00

lik

light little helpers for node

Status

build status

Usage

We recommend the use of TypeScript for good intellisense.

// import any tool that you need from lik
import {Stringmap} from "lik";