Show More
Commit Description:
change logger to be limited by file size
Commit Description:
change logger to be limited by file size
References:
File last commit:
Show/Diff file:
Action:
node_modules/es5-ext/object/count.js | 5 lines | 108 B | application/javascript | JavascriptLexer |
"use strict";
var keys = require("./keys");
module.exports = function (obj) { return keys(obj).length; };