@shaaditech/cc-number-formatter

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @shaaditech/cc-number-formatter

Weekly Downloads

45

Version

0.0.1

License

Apache 2.0

Unpacked Size

30.9 kB

Total Files

25

Last publish

Collaborators

  • indusoni
  • phenax
  • shaaditechroot