mok-ecosystem

10.4.0 • Public • Published

mok-ecosystem

Data validation and transformation system.

Install

npm install mok-ecosystem
yarn add mok-ecosystem

Usage

Events onChange

formatCpf - Returns the number of CPF Formatted and optionally sent to your string function handleChange(Status Handler).

onChange={e => formatCpf(e.target.value, handleChange)}
onChange={e => formatCpf(e.target.value, handleChange)}

let cpfFormat = formatCpf(e.target.value);
console.log(cpfFormat)

formatCpfChange - Returns the number of CPF Formatted and is sent to its handleChange(Status Handler) string function.

onChange={e => formatCpfChange(e, handleChange)}

In process and under construction...

License

mok-ecosystem is released under the MIT License.


⌨️ con ❤️ por angelovelandia 😊

Readme

Keywords

Package Sidebar

Install

npm i mok-ecosystem

Weekly Downloads

6

Version

10.4.0

License

MIT

Unpacked Size

56.9 kB

Total Files

17

Last publish

Collaborators

  • avcodev