# js-utils ## Introduction js-utils is a collection of utilities that facilitate software development in a javascript environment. ## Package installation ```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, camelizeKeys } from "@flare/js-utils"; ``` ## Changelog 1.0.0 - This version includes data type validators and local storage utils 1.0.1 - Set new domain in configs 1.0.2 - Utility functions export fix 1.0.3 - Typescript warnings fix 1.0.4 - Added "camelizeKeys" function