Skip to content

extractSymbol

extractSymbol(index, context, options): string | number

Extracts a symbol from a given index.

Parameters

index: string | number

The index or symbol to be extracted.

context: any

The context in which the symbol is to be extracted.

options: any

The options for extracting the symbol.

Returns

string | number

The extracted symbol.

Source

ecmascript/src/symbols.ts:172


Generated using typedoc-plugin-markdown and TypeDoc