UNPKG

emv

Version:

EMV / Chip and PIN CLI and library for PC/SC card readers

9 lines 308 B
#!/usr/bin/env node /** * Interactive EMV CLI with a beautiful, modern UX * Inspired by Claude Code and OpenCode */ export declare function runInteractive(): void; export { PinScreen } from './screens/index.js'; export type { PinScreenProps } from './screens/index.js'; //# sourceMappingURL=index.d.ts.map