This commit is contained in:
sanfan.hx
2019-05-28 10:32:16 +08:00
parent 9132c00272
commit ec46955a9e
13228 changed files with 624107 additions and 56 deletions

View File

@ -0,0 +1,4 @@
// 20.2.2.28 Math.sign(x)
var $export = require('./_export');
$export($export.S, 'Math', { sign: require('./_math-sign') });