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