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
|
|
|
|
import {Stringmap} from "lik";
|
|
|
|
```
|