Go to file
Tudor Stanciu 3d49208565 added npmrc file 2023-03-29 18:51:35 +03: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 1.0.4 - Added "camelizeKeys" function 2023-03-29 18:48:23 +03:00
.gitignore initial js-utils package config 2022-05-04 02:25:36 +03:00
.npmrc added npmrc file 2023-03-29 18:51:35 +03:00
README.md 1.0.4 - Added "camelizeKeys" function 2023-03-29 18:48:23 +03:00
package-lock.json 1.0.4 - Added "camelizeKeys" function 2023-03-29 18:48:23 +03:00
package.json 1.0.4 - Added "camelizeKeys" function 2023-03-29 18:48:23 +03:00

README.md

js-utils

Introduction

js-utils is a collection of utilities that facilitate software development in a javascript environment.

Package installation

// 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, 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 - Utilities function export fix 1.0.3 - Typescript warnings fix 1.0.4 - Added "camelizeKeys" function