4 lines
82 B
TypeScript
Raw Normal View History

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