Add TypeScript declaration file

Expose list of readers via pcsclite.readers
This commit is contained in:
Martin Endler
2018-12-20 04:11:56 +01:00
parent 31e497024c
commit 6104637e01
5 changed files with 122 additions and 0 deletions

View File

@@ -45,6 +45,8 @@ module.exports = function () {
const p = new PCSCLite();
p.readers = readers;
process.nextTick(function () {
p.start(function (err, data) {