
- 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
14 lines
281 B
JavaScript
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(){};
|