UNPKG

@li0ard/tsemrtd

Version:

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

12 lines (11 loc) 313 B
import type { DecodedFingerprint } from "./consts/interfaces.js"; /** * Class for working with DG3 (Fingerprint) */ export declare class DG3 { /** * Get image of fingerprint and meta info * @param data Data of EF.DG3 file */ static load(data: string | Uint8Array): DecodedFingerprint[]; }