mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
5 lines
126 B
JavaScript
5 lines
126 B
JavaScript
// 20.2.2.28 Math.sign(x)
|
|
var $export = require('./_export');
|
|
|
|
$export($export.S, 'Math', { sign: require('./_math-sign') });
|