Searched defs:FunctionOrConstructorTypeNode (Results 1 – 5 of 5) sorted by relevance
945 export type FunctionOrConstructorTypeNode = FunctionTypeNode | ConstructorTypeNode; alias