bae705aa97
- Add NFC ePassport roadmap (ICAO 9303, eIDAS) - Add TensorFlow.js edge face detection (BlazeFace) - Add structured audit logger (GDPR-compliant) - Risk scoring support Part of KYC Apple Native UX v1.1.0
8 lines
194 B
TypeScript
8 lines
194 B
TypeScript
#!/usr/bin/env node
|
|
export declare const help: string;
|
|
declare const main: {
|
|
(...args: string[]): Promise<1 | 0>;
|
|
help: string;
|
|
};
|
|
export default main;
|
|
//# sourceMappingURL=bin.d.mts.map
|