Go to file
Tudor Stanciu 2ca0d1508a push scripts 2022-05-08 06:00:45 +03:00
.husky initial js-utils package config 2022-05-04 02:25:36 +03:00
scripts initial js-utils package config 2022-05-04 02:25:36 +03:00
src import localStorage 2022-05-08 05:31:32 +03:00
.gitignore initial js-utils package config 2022-05-04 02:25:36 +03:00
README.md readme 2022-05-08 05:35:41 +03:00
package-lock.json flare scope 2022-05-08 05:31:46 +03:00
package.json push scripts 2022-05-08 06:00:45 +03:00

README.md

js-utils

Install

// with npm
npm i --save @toodle.ddns.net/node-registry/js-utils

// with yarn
yarn add @toodle.ddns.net/node-registry/js-utils

Usage

import { typeValidator, localStorage } from "@toodle/js-utils";

1.0.0 This version includes data type validators and local storage utils