innovationDriveApp/node_modules/loglevel/test/test-context-using-apply.js
2018-07-08 19:21:40 +10:00

6 lines
142 B
JavaScript

"use strict";
/* jshint node:true */
var MyCustomLogger = (function() {
// @include ../lib/loglevel.js
return this.log;
}).apply({});