Home
last modified time | relevance | path

Searched defs:AnyFunction (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DdeclarationEmitClassMixinLocalClassDeclaration.ts2 export type AnyFunction<Result = any> = (...input: any[]) => Result alias
DindexedAccessKeyofNestedSimplifiedSubstituteUnwrapped.ts1 type AnyFunction = (...args: any[]) => any; alias
/third_party/typescript/src/compiler/
Dcore.ts2178 export type AnyFunction = (...args: never[]) => void; alias