UNPKG

@younho9/types

Version:

A set of utility types for TypeScript

2 lines (1 loc) 76 B
export type AnyFunction<ReturnType = any> = (...args: any[]) => ReturnType;