Files
Daniel afbcd99224 fix
2026-04-01 20:06:17 +08:00

3 lines
93 B
TypeScript

declare const defineProperty: false | typeof Object.defineProperty;
export = defineProperty;