mirror of
https://dev.azure.com/tstanciu94/Packages/_git/utiliyo
synced 2025-06-21 19:24:58 +03:00
js-utils
Install
// with npm
npm i --save @flare/js-utils --registry https://toodle.ddns.net/public-node-registry
// with yarn
yarn add @flare/js-utils --registry https://toodle.ddns.net/public-node-registry
Usage
import { typeValidator, localStorage } from "@toodle/js-utils";
1.0.0 This version includes data type validators and local storage utils
Languages
TypeScript
100%