Files
wechatpay-enterprise-web/node_modules/loglevel/test/test-context-using-apply.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

7 lines
142 B
JavaScript

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