Function/node_modules/es-define-property/index.d.ts
Unknown 46deb1c0ef a
2024-06-04 17:46:01 -07:00

3 lines
No EOL
93 B
TypeScript

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