Show More
Commit Description:
change to encrypted cookies
Commit Description:
change to encrypted cookies
File last commit:
Show/Diff file:
Action:
node_modules/es5-ext/test/math/clz32/implement.js | 5 lines | 144 B | application/javascript | JavascriptLexer |
"use strict";
var isImplemented = require("../../../math/clz32/is-implemented");
module.exports = function (a) { a(isImplemented(), true); };