All Downloads are FREE. Search and download functionalities are using the official Maven repository.

modules.minium.console.js Maven / Gradle / Ivy

There is a newer version: 2.5.0
Show newest version
(function () {
  
  var console = {
    log   : print,
    debug : print
  };
  
  module.exports = console;
})();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy