isIndexableInline
isIndexableInline(
node): node is InlineDefinition | InlineReference | InlineRequirement | InlineIssue
Defined in: types/ast.generated.ts:580
Type guard for indexable inline nodes (definitions, references, requirements, issues)
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”node is InlineDefinition | InlineReference | InlineRequirement | InlineIssue