UNPKG
@runkit/value-viewer
Version:
latest (1.0.0)
1.0.0
RunKit ValueViewer Polyfill
github.com/runkitdev/value-viewer
runkitdev/value-viewer
@runkit/value-viewer
/
value-viewer.js
9 lines
(5 loc)
•
237 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
const
hasSymbol =
typeof
global
.
Symbol
===
"function"
&&
typeof
Symbol
(
""
) ===
"symbol"
;
exports
.
ValueViewerSymbol
= hasSymbol ?
Symbol
(
"RunKit Simple Value Viewer"
) :
"@@_RunKit_Simple_Value_Viewer_@@"
;