UNPKG

e118-iin-list

Version:

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

3 lines (2 loc) 118 B
import type { Issuer } from './types.js'; export declare const identifyIssuer: (iccid: string) => Issuer | undefined;