Appearance
tyneq
tyneq / GenericFunction
GenericFunction = (...x) => unknown
x
unknown
Defined in: src/types/utility.ts:15
Any function with any number of arguments.
never