Go to file
Tudor Stanciu a9bc59c47f repo url fix 2023-01-30 00:41:34 +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 small fix 2023-01-30 00:40:37 +02: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 repo url fix 2023-01-30 00:41:34 +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