UNPKG

103 BTypeScriptView Raw
1export type AnyFunction<Args extends any[] = any[], ReturnType = any> = (...args: Args) => ReturnType;