Appearance
Home > @jview/utils > GeneralFunction
通用的函数类型
Signature:
export type GeneralFunction<T = unknown> = (...args: any[]) => T;