UNPKG

@li0ard/tsemrtd

Version:

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

13 lines (12 loc) 297 B
import { TLV } from "@li0ard/tinytlv"; /** * Class for working with DG7 (Signature) */ export declare class DG7 { readImage(tlv: TLV): Uint8Array; /** * Get image of signature * @param data Data of EF.DG7 file */ static load(data: string | Uint8Array): Uint8Array[]; }