npm.io
0.0.1 • Published 8 years ago

cpf-prompt

Licence
MIT
Version
0.0.1
Deps
7
Vulns
0
Weekly
0
Stars
1

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

License

MIT Bu Kinoshita