UNPKG
@waiting/bankcard-reader-base
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.0
1.0.0
读取IC/RF银行卡基础包
github.com/waitingsong/node-bankcard-reader-base
waitingsong/node-bankcard-reader-base
@waiting/bankcard-reader-base
/
dist
/
index.js
6 lines
(5 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ initialConfig }
from
'./lib/config'
/* istanbul ignore next */
initialConfig.
appDir
= __dirname +
'/..'
export
*
from
'./lib/config'
export
*
from
'./lib/index'