Skip to content

Commit

Permalink
Fix Typescript imports
Browse files Browse the repository at this point in the history
  • Loading branch information
DayBr3ak authored Sep 22, 2022
1 parent 1371c9e commit 616bfa1
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 616bfa1

Please sign in to comment.