UNPKG

ng-bank-account-validator

Version:
7 lines (6 loc) 329 B
import { PaymentProvider } from "@/src/types"; declare const VALIDATION_URL: Record<PaymentProvider, string>; declare const CARD_BIN_URL: Record<PaymentProvider, string>; declare const NUBAN_LENGTH = 10; declare const NUBAN_SERIAL_CODE_LENGTH = 9; export { VALIDATION_URL, CARD_BIN_URL, NUBAN_LENGTH, NUBAN_SERIAL_CODE_LENGTH };