node-pcsclite
node-pcsclite copied to clipboard
Typescript declarations (index.d.ts) does not export types
The typescript declaration file (index.d.ts) only exports the 'pcsc' factory function. However, in order to use this modules in typescript without duplicating the index.d.ts into a shim, the other types should be also exported.
Related: #34