projecte_ionic/node_modules/core-js/modules/es.math.to-string-tag.js
2022-02-09 18:30:03 +01:00

6 lines
184 B
JavaScript
Executable file

var setToStringTag = require('../internals/set-to-string-tag');
// Math[@@toStringTag] property
// https://tc39.es/ecma262/#sec-math-@@tostringtag
setToStringTag(Math, 'Math', true);