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