Files
IOT_WEB/node_modules/es-define-property/index.d.ts
T
2026-08-21 15:27:51 +08:00

3 lines
93 B
TypeScript

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