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/string/#/ends-with/is-implemented.js | 8 lines | 201 B | application/javascript | JavascriptLexer |
move datatable to yarn
r789 "use strict";
var str = "razdwatrzy";
module.exports = function () {
if (typeof str.endsWith !== "function") return false;
return str.endsWith("trzy") === true && str.endsWith("raz") === false;
};