UNPKG

e118-iin-list

Version:

List of issuer identifier numbers for the international telecommunication charge card (ITU-T E.118)

7 lines (6 loc) 175 B
import type { IssuerList } from './types.js'; type Mutable<T> = { -readonly [P in keyof T]: T[P]; }; export declare const darkIssuersList: Mutable<IssuerList>; export {};