Skip to content

Commit

Permalink
Merge pull request #19 from unpollito/master
Browse files Browse the repository at this point in the history
Allow default import syntax from TypeScript
  • Loading branch information
Deishelon authored Feb 19, 2021
2 parents 566ae2d + c8d0908 commit 4bf0c5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const util = require('util');

module.exports = Verifier;

// Allow default import syntax from TypeScript
module.exports.default = Verifier;

function Verifier(options) {
this.options = options || {};
}
Expand Down

0 comments on commit 4bf0c5d

Please sign in to comment.