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

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

(function () {
  
  var console = {
    log   : print,
    debug : print
  };
  
  module.exports = console;
})();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy