Files
accounting/client/node_modules/es-define-property/index.d.ts
2026-03-26 01:23:19 +08:00

3 lines
93 B
TypeScript
Executable File

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