UNPKG

@widergy/web-utils

Version:
8 lines (7 loc) 276 B
export declare const fixCreditCardsPatterns: (payment: any) => void; export declare const getIssuer: (value: string) => string; interface StringUtils { getIssuer: (value: string) => string; } declare const CREDIT_CARD_UTILS: StringUtils; export default CREDIT_CARD_UTILS;