UNPKG
care-js
Version:
latest (3.3.4)
3.3.4
Standard library
care-js
/
modules
/
es.json.to-string-tag.js
7 lines
(5 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
var global =
require
(
'../internals/global'
); var setToStringTag =
require
(
'../internals/set-to-string-tag'
);
//
JSON
[
@@toStringTag
] property /
/ https:/
/tc39.github.io/ecma
262/
#sec-json-@
@tostringtag
setToStringTag(global.
JSON
,
'JSON'
,
true
);