0.0.1 • Published 7 years ago

cpf-prompt v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

cpf-prompt Build Status

CPF prompt with validation

Install

$ npm install --save cpf-prompt

Usage

const cpfPrompt = require('cpf-prompt')

cpfPrompt().then(({ cpf }) => cpf)
// => '623.267.215-19'
// => It returns the CPF input.

Demo

API

cpfPrompt()

Returns a promise

Related

License

MIT © Bu Kinoshita