UNPKG

101 BTypeScriptView Raw
1export declare type Arguments<F extends Function> = F extends (...args: infer A) => any ? A : never;