Appearance
const symbolsOf: (o) => symbol[] = Object.getOwnPropertySymbols
const
o
symbol
Object.getOwnPropertySymbols
Returns an array of all symbol properties found directly on object o.
any
symbol[]