- Validate Cédula de Identidad Electoral.
- Validate RNC (Registro Nacional del Contribuyente).
- Only 1.98KB (1.03 gzipped)!
yarn add sdq
or
npm install sdq --save
import sdq from 'sdq'
sdq.isCedula('xxx-yyyyyyy-z') // Returns true/false.
sdq.isRnc('aaa-bbbbb-c') // Returns true/false.
- Clone and fork this repo.
- Install dependencies:
yarn
ornpm install
. - Run tests.
- Prepare a pull request.
yarn test
— to run all tests.yarn test -- --watch
— to run all tests in watch mode.
- Bump package version:
yarn version --new-version x.x.x -m 'Version %s.'
. - Publish to NPM registry:
npm publish
. - Push new tag:
git push origin --tags
.
Made with ❤️ by all contributors.