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