1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/loglevel/test/test-context-using-apply.js

7 lines
142 B
JavaScript
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
"use strict";
/* jshint node:true */
var MyCustomLogger = (function() {
// @include ../lib/loglevel.js
return this.log;
}).apply({});