Skip to content

Variables

symbolsOf()

const symbolsOf: (o) => symbol[] = Object.getOwnPropertySymbols

Object.getOwnPropertySymbols

Returns an array of all symbol properties found directly on object o.

Parameters

ParameterTypeDescription
oanyObject to retrieve the symbols from.

Returns

symbol[]