reflectApply.d.ts 82 B

1234
  1. declare const reflectApply: false | typeof Reflect.apply;
  2. export = reflectApply;