Searched defs:isStruct (Results 1 – 2 of 2) sorted by relevance
19 export function isStruct(symbol: ts.Symbol): boolean { function
6483 const isStruct = decl.getText() && ts.isStructDeclaration(parent); constant