Files
AI-Testing/frontend/node_modules/es-define-property/index.d 2.ts
2026-04-18 20:20:38 +08:00

3 lines
93 B
TypeScript

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