index.d.ts 93 B

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