projet_fil_red_api/node_modules/@jsdevtools/ono/esm/index.js
2025-07-08 22:47:52 +02:00

11 lines
No EOL
374 B
JavaScript

/* 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