UNPKG

bankcard-reader

Version:
7 lines (6 loc) 341 B
/// <reference types="node" /> import { Device } from './model'; export declare function findDeviceList(deviceOpts: Device['deviceOpts'], apib: Device['apib']): Device[]; export declare function readFJ(device: Device): string; export declare function readJC(device: Device): string; export declare function parseBuffer(buf: Buffer): string;