Files
timetracker/node_modules/call-bind-apply-helpers/reflectApply.d.ts
Felix Schlusche 9310cb2b8f Initial commit
2025-10-23 00:32:06 +02:00

4 lines
82 B
TypeScript

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