Skip to content

Commit

Permalink
Merge pull request #139 from f5hajnal/master
Browse files Browse the repository at this point in the history
corrected javascript export so that types work properly
  • Loading branch information
loris authored Jul 7, 2022
2 parents 274826e + 57a9c60 commit 1371c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,4 +306,4 @@ const aqp = (query = '', options = {}) => {
return result;
};

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

0 comments on commit 1371c9e

Please sign in to comment.