Show More
Commit Description:
use uuid cookie
Commit Description:
use uuid cookie
File last commit:
Show/Diff file:
Action:
node_modules/es5-ext/math/imul/is-implemented.js | 7 lines | 147 B | application/javascript | JavascriptLexer |
move datatable to yarn
r789 "use strict";
module.exports = function () {
var imul = Math.imul;
if (typeof imul !== "function") return false;
return imul(-1, 8) === -8;
};