UNPKG

@li0ard/tsemrtd

Version:

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

11 lines (10 loc) 224 B
/** * Class for working with DG5 (Displayed image) */ export declare class DG5 { /** * Get displayed image * @param data Data of EF.DG5 file */ static load(data: string | Uint8Array): Uint8Array[]; }