js-utils/README.md

21 lines
328 B
Markdown

# js-utils
## Install
```bash
// with npm
npm i --save @toodle.ddns.net/node-registry/js-utils
// with yarn
yarn add @toodle.ddns.net/node-registry/js-utils
```
## Usage
```jsx
import { typeValidator, localStorage } from "@toodle/js-utils";
```
**1.0.0**
This version includes data type validators and local storage utils