0.0.1 • Published 8 years ago
@shaaditech/cc-number-formatter v0.0.1
Card number Formatter
Formats the card number
Getting Started
Installing
Install this library as a dependency in your project
yarn add @phenax/cc-number-formatterOR
npm i @phenax/cc-number-formatter --saveUsage
Import format function into your project
// formatCardNumber :: String -> String
import { formatCardNumber } from '@phenax/cc-number-formatter';const formattedNumber = formatCardNumber('4111111111111111'); // 4111 1111 1111 1111Running the tests
- Clone this repository to your local machine
- Run
yarn test
License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details
Acknowledgments
- Extracted a few pieces out of https://github.com/faaez/creditcardutils
0.0.1
8 years ago