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/core-js/modules/_entry-virtual.js | 5 lines | 142 B | application/javascript | JavascriptLexer |
move datatable to yarn
r789 var core = require('./_core');
module.exports = function (CONSTRUCTOR) {
var C = core[CONSTRUCTOR];
return (C.virtual || C.prototype);
};