UNPKG

jsoneo

Version:

A powerful JSON enhancement library that supports all JSON primitives, Date, RegExp, Symbol, Functions, Map, Set, TypedArray and much more! Almost everything in JavaScript.

4 lines (3 loc) 182 B
export declare const WellKnownSymbols: symbol[]; export declare function getWellKnownSymbols(): symbol[]; export declare function toSymbolString(symbol: symbol): string | undefined;