Skip to content

Commit

Permalink
Merge pull request #142 from DayBr3ak/patch-2
Browse files Browse the repository at this point in the history
Fix Typescript imports
  • Loading branch information
loris authored Sep 25, 2022
2 parents 1371c9e + 616bfa1 commit 28b3e5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,4 +306,5 @@ const aqp = (query = '', options = {}) => {
return result;
};

module.exports = aqp;
module.exports.default = aqp;

0 comments on commit 28b3e5b

Please sign in to comment.