hologit
Version:
Hologit automates the projection of layered composite file trees based on flat, declarative plans
19 lines (15 loc) • 333 B
JavaScript
;
var emptyFn = function() {};
module.exports = (require.main && require.main.exports.logger) || {
log: emptyFn,
error: emptyFn,
warn: emptyFn,
help: emptyFn,
data: emptyFn,
info: emptyFn,
debug: emptyFn,
prompt: emptyFn,
verbose: emptyFn,
input: emptyFn,
silly: emptyFn
};