Files
cablecreations.de/node_modules/es-define-property/index.d.ts
2026-01-19 19:13:27 +01:00

3 lines
93 B
TypeScript

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