Variable isSymbolFlagSetConst
isSymbolFlagSet: (symbol: ts.Symbol, flag: ts.SymbolFlags) => boolean = isFlagSetOnObject
Type Declaration
- (symbol: ts.Symbol, flag: ts.SymbolFlags): boolean
Parameters
- symbol: ts.Symbol
- flag: ts.SymbolFlags
Returns boolean
Test if the given node has the given
SymbolFlagsset.