credit-card-name
Lib for get credit card flag by initials numbers
Lib para pegar bandeira do cartão de crédito pelos números iniciais
Funcionamento
import getCreditCardOperatorByInitalsNumber from credit-card-name;
The used params must be string and must be a valid value
O parâmetro usado tem que ser do tipo string e deve ser um valor válido
const creditCardFlag: string = getCreditCardOperatorByInitalsNumber('4230 9130 2912 1023');
If not be a valid value, it will throw an error
Caso não seja um valor válido, ele irá disparar um erro
{YOUR_VALUE} is an invalid value or type, please see documentations for more infos!
Dependencies
- node >= 12
Configuration
- Install packages using
npm i
- Update package's name and description on
package.json
- Update {{LIB_NAME}} on
.bilirc.ts