Searched defs:isObjectType (Results 1 – 4 of 4) sorted by relevance
57 isObjectType(): boolean { method in Type
233 Type.prototype.isObjectType = function () { method in Type
656 export function isObjectType(tsType: Type): boolean { function
1716 export function isObjectType(type: Type): type is ObjectType { function