PC/node_modules/loglevel/test/test-context-using-apply.js
2026-01-26 23:20:48 +08:00

7 lines
142 B
JavaScript

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