Go to file
Tudor Stanciu 59017a5a60 set new domain in configs 2022-12-28 18:10:44 +02: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 set new domain in configs 2022-12-28 18:10:44 +02:00
package-lock.json set new domain in configs 2022-12-28 18:10:44 +02:00
package.json set new domain in configs 2022-12-28 18:10:44 +02:00

README.md

js-utils

Install

// with npm
npm i --save @flare/js-utils --registry https://lab.code-rove.com/public-node-registry

// with yarn
yarn add @flare/js-utils --registry https://lab.code-rove.com/public-node-registry

Usage

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

1.0.0 This version includes data type validators and local storage utils