We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa6d9a commit 4042334Copy full SHA for 4042334
lib/options.ts
@@ -30,4 +30,4 @@ Object.keys(parsed).forEach((opt) => exports[opt] = parsed[opt]);
30
exports.knownOpts = knownOpts;
31
32
declare var exports:any;
33
-export = exports;
+export = exports;
0 commit comments