UNPKG

@li0ard/tsemrtd

Version:

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

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