Go to file
Tudor Stanciu ae7b77282b more data about author 2022-05-08 21:46:02 +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 update 2022-05-08 20:28:12 +03:00
package-lock.json flare scope 2022-05-08 05:31:46 +03:00
package.json more data about author 2022-05-08 21:46:02 +03:00

README.md

js-utils

Install

// with npm
npm i --save @flare/js-utils --registry https://toodle.ddns.net/public-node-registry

// with yarn
yarn add @flare/js-utils --registry https://toodle.ddns.net/public-node-registry

Usage

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

1.0.0 This version includes data type validators and local storage utils