Files
Chatapp/Backend/node_modules/es-define-property/index.d.ts
T
francesco448 0a448b1250 first commit
2026-03-14 14:59:41 +01:00

3 lines
93 B
TypeScript

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