master
Tudor Stanciu 2022-05-08 05:35:41 +03:00
parent f5d769cf5b
commit a41075a3a1
1 changed files with 4 additions and 7 deletions

View File

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