recursiveSymbolIndexesEnsured
recursiveSymbolIndexesEnsured(
key
,value
,context
,options
):any
Recursively ensures that symbols in a given value are indexed.
Parameters
• key: string
The key associated with the value.
• value: any
The value in which symbols are to be indexed.
• context: any
The context in which the symbols are to be indexed.
• options: any
The options for indexing symbols.
Returns
any
The value with indexed symbols.
Source
Generated using typedoc-plugin-markdown and TypeDoc