DSTEngine/hGameTest/node_modules/loglevel/test/test-context-using-apply.js
2025-01-15 19:42:35 +01:00

7 lines
142 B
JavaScript

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