Files

3 lines
93 B
TypeScript
Raw Permalink Normal View History

2026-03-22 03:21:45 +02:00
declare const defineProperty: false | typeof Object.defineProperty;
export = defineProperty;