aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/modules/es6.math.sign.js
blob: 981f69e566b83962cedb531036d590babbcf5859 (plain)
1
2
3
4
// 20.2.2.28 Math.sign(x)
var $export = require('./_export');

$export($export.S, 'Math', { sign: require('./_math-sign') });