UNPKG

@li0ard/tsemrtd

Version:

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

12 lines (11 loc) 294 B
import { Interfaces } from "./index"; /** * Class for working with COM (Manifest) */ export declare class COM { /** * Get LDS and Unicode versions and data groups tags * @param data Data of EF.COM file */ static load(data: string | Uint8Array): Interfaces.DecodedCom; }