UNPKG

type-plus

Version:
2 lines (1 loc) 98 B
export type AnyFunction<Params extends any[] = any[], Result = any> = (...args: Params) => Result