We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9649d4 commit 70534edCopy full SHA for 70534ed
library/index.ts
@@ -26,6 +26,8 @@ export {
26
addKoaMiddleware,
27
};
28
29
+// Required for ESM / TypeScript default export support
30
+// e.g. import Zen from '@aikidosec/firewall'; would not work without this, as Zen.setUser would be undefined
31
export default {
32
setUser,
33
shouldBlockRequest,
0 commit comments