UNPKG

bankcard-reader

Version:
10 lines (9 loc) 256 B
import { DTypes as W, } from 'win32-def' export { initialOpts, } from '@waiting/bankcard-reader-base' export const config = { appDir: '', } export const dllFuncs = { JC_GetBankNumber: [W.INT, [W.POINT]], FJ_GetBankNumber: [W.INT, [W.POINT]], }