Add TypeScript declaration file
Expose list of readers via pcsclite.readers
This commit is contained in:
@@ -45,6 +45,8 @@ module.exports = function () {
|
||||
|
||||
const p = new PCSCLite();
|
||||
|
||||
p.readers = readers;
|
||||
|
||||
process.nextTick(function () {
|
||||
|
||||
p.start(function (err, data) {
|
||||
|
||||
Reference in New Issue
Block a user