gtk3/debian/missing-sources/zlib.js-0.1.6/node/externs.js
Simon McVittie 7e6de580a7 * debian/missing-sources/zlib.js-0.1.6: add missing source code for gdk/broadway/rawinflate.min.js (Closes: #753968)
- some files in zlib.js upstream had missing source code themselves
    (closure-compiler.jar) or are not needed here, and have been removed
    to save space; see debian/missing-sources/README for details
2014-08-11 09:43:29 +00:00

14 lines
281 B
JavaScript

/** @type {Object} namespace. */
var exports;
/** @type {Object} namespace. */
var process = {};
/** @param {function()} func exec function. */
process.nextTick = function(func) {};
/** @constructor */
var Buffer = function(arg){};
var console = {};
console.log = function(){};