UNPKG

credit-card-type

Version:

A library for determining credit card type

4 lines (3 loc) 109 B
import type { CardCollection } from "../types"; declare const cardTypes: CardCollection; export = cardTypes;