VUE_GabenParadise/node_modules/core-js/modules/es.math.to-string-tag.js

6 lines
191 B
JavaScript

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