Go to file
Tudor Stanciu fd779d43e4 [1.0.3] 2023-02-10 00:55:51 +02:00
.husky initial js-utils package config 2022-05-04 02:25:36 +03:00
scripts Merged PR 72: add index.d.ts file 2023-02-09 22:53:55 +00:00
src Merged PR 72: add index.d.ts file 2023-02-09 22:53:55 +00: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 [1.0.3] 2023-02-10 00:55:51 +02:00
package.json [1.0.3] 2023-02-10 00:55:51 +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