Files
meida_applet/node_modules/core-js/modules/es.math.sign.js
T
2023-12-13 11:25:22 +08:00

10 lines
218 B
JavaScript

'use strict';
var $ = require('../internals/export');
var sign = require('../internals/math-sign');
// `Math.sign` method
// https://tc39.es/ecma262/#sec-math.sign
$({ target: 'Math', stat: true }, {
sign: sign
});