Skip to content

recursiveSymbolExtraction

recursiveSymbolExtraction(key, value, context, options): any

Recursively extracts symbols from a given value.

Parameters

key: string

The key associated with the value.

value: any

The value from which symbols are to be extracted.

context: any

The context in which the symbols are to be extracted.

options: any

The options for extracting symbols.

Returns

any

The value with extracted symbols.

Source

ecmascript/src/symbols.ts:219


Generated using typedoc-plugin-markdown and TypeDoc