2016-07-21 22:16:45 +00:00
|
|
|
# lik
|
|
|
|
light little helpers for node
|
|
|
|
|
|
|
|
## Status
|
2016-07-21 22:40:51 +00:00
|
|
|
[![build status](https://gitlab.com/pushrocks/lik/badges/master/build.svg)](https://gitlab.com/pushrocks/lik/commits/master)
|
2016-07-21 22:16:45 +00:00
|
|
|
|
|
|
|
## Usage
|
|
|
|
We recommend the use of TypeScript for good intellisense.
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
// import any tool that you need from lik
|
2016-09-21 11:51:37 +00:00
|
|
|
import { Stringmap, Objectmap } from "lik";
|
|
|
|
```
|
|
|
|
|
|
|
|
For a class overview, please read the docs
|