1.0.1 • Published 4 years ago

mask-vanilla.js v1.0.1

Weekly downloads
49
License
ISC
Repository
github
Last release
4 years ago

Masks

How to use?

yarn add masks
# or
npm install masks
const { mask } = require('masks');

mask('12345678', '#####-###')
// 12345-678

mask('98765432110', '###.###.###-##')
// 987.654.321-10
1.0.1

4 years ago