type AnyFunction<TReturnType = any> = (...args: any[]) => TReturnType;

export type { AnyFunction as A };
