Show More
Commit Description:
force log out when password change
Commit Description:
force log out when password change
References:
File last commit:
Show/Diff file:
Action:
node_modules/ext/string_/includes/is-implemented.js | 8 lines | 200 B | application/javascript | JavascriptLexer |
move datatable to yarn
r789 "use strict";
var str = "razdwatrzy";
module.exports = function () {
if (typeof str.includes !== "function") return false;
return str.includes("dwa") === true && str.includes("foo") === false;
};