Befor generating
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
/* eslint-env commonjs */
|
||||
import { ono } from "./singleton";
|
||||
export { Ono } from "./constructor";
|
||||
export * from "./types";
|
||||
export { ono };
|
||||
export default ono;
|
||||
// CommonJS default export hack
|
||||
if (typeof module === "object" && typeof module.exports === "object") {
|
||||
module.exports = Object.assign(module.exports.default, module.exports);
|
||||
}
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user