0.0.3 • Published 7 years ago

@phenax/cc-number-formatter v0.0.3

Weekly downloads
14
License
Apache 2.0
Repository
github
Last release
7 years ago

Card number Formatter

Formats the card number

Getting Started

Installing

Install this library as a dependency in your project

yarn add @phenax/cc-number-formatter

OR

npm i @phenax/cc-number-formatter --save

Usage

Import format function into your project

// formatCardNumber :: String -> String
import { formatCardNumber } from '@phenax/cc-number-formatter';
const formattedNumber = formatCardNumber('4111111111111111'); // 4111 1111 1111 1111

Running 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

0.0.3

7 years ago

0.0.2-test.2

7 years ago

0.0.2-test.1

7 years ago

0.0.1-test.6

7 years ago

0.0.1-test.5

7 years ago

0.0.1-test.4

7 years ago

0.0.1-test.3

7 years ago

0.0.1-test.2

7 years ago

0.0.1-test.1

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago