Files
2026-03-13 15:46:10 +08:00

6 lines
104 B
JavaScript

/*#__NO_SIDE_EFFECTS__*/
const noop = (any) => any;
export { noop };
//# sourceMappingURL=noop.mjs.map