reflectApply.d.ts 82 Bytes
declare const reflectApply: false | typeof Reflect.apply;

export = reflectApply;