From 616bfa18fe59b2e65c708ac48c89e70eb5de2c93 Mon Sep 17 00:00:00 2001 From: Benjamin G Date: Thu, 22 Sep 2022 17:22:00 +0200 Subject: [PATCH] Fix Typescript imports --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index 5bf0927..85351af 100644 --- a/src/index.js +++ b/src/index.js @@ -306,4 +306,5 @@ const aqp = (query = '', options = {}) => { return result; }; +module.exports = aqp; module.exports.default = aqp;