 [](LICENSE) [](https://github.com/ccqueiroz/utils-fn)
npm install @utils-fns/utils!npm


The @utils-fns/utils library is being developed to be part of a larger library, @utils-fns, which is being developed with the aim of providing unified tools that facilitate programmers' daily tasks. Our motivation is to simplify common tasks, such as validators, value masking, classification, search and conversion methods, offering a comprehensive and efficient solution and making it possible to use this set of libraries in web - mobile - service environments.
To install the @utils-fns/utils library: use your preferred package manager
``javascript
yarn add @utils-fns/utils
or
npm install @utils-fns/utils
`
`javascript`
//ES6
import { utils } from "@utils-fns/utils";`javascript``
//CommomJS
const { utils } = require("@utils-fns/utils");
Module under construction



This API is licensed MIT.