Tudor Stanciu 27162d7a45 fix
2023-03-29 19:33:03 +03:00
2022-05-04 02:25:36 +03:00
2023-02-09 22:53:55 +00:00
fix
2023-03-29 19:33:03 +03:00
2022-05-04 02:25:36 +03:00
2023-03-29 18:51:35 +03:00
2023-03-29 19:08:06 +03:00

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 - Utility functions export fix
1.0.3 - Typescript warnings fix
1.0.4 - Added "camelizeKeys" function

Description
No description provided
Readme MIT 561 KiB
Languages
TypeScript 100%