# js-utils ## Install ```bash // 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 ```jsx import { typeValidator, localStorage } from "@flare/js-utils"; ``` **1.0.0** This version includes data type validators and local storage utils