Show More
Commit Description:
Merge pull request #28 from paphonb/change-default-language...
Commit Description:
Merge pull request #28 from paphonb/change-default-language allow users to change default submission language
References:
File last commit:
Show/Diff file:
Action:
node_modules/es5-ext/object/valid-callable.js | 6 lines | 142 B | application/javascript | JavascriptLexer |
move datatable to yarn
r789 "use strict";
module.exports = function (fn) {
if (typeof fn !== "function") throw new TypeError(fn + " is not a function");
return fn;
};