UNPKG

@li0ard/tsemrtd

Version:

simple library for eMRTD. supports browsers, node, bun and more!

11 lines (10 loc) 194 B
/** * Class for working with DG1 (MRZ) */ export declare class DG1 { /** * Get MRZ * @param data Data of EF.DG1 file */ static load(data: string | Uint8Array): string; }