Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DindexedAccessKeyofNestedSimplifiedSubstituteUnwrapped.ts1 type AnyFunction = (...args: any[]) => any; alias
/third_party/typescript/src/compiler/
Dcore.ts1699 export type AnyFunction = (...args: never[]) => void; alias