This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/loglevel/test/test-context-using-apply.js

7 lines
142 B
JavaScript

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