Sha256: 4aa26ae2bf1d782bdccda6755de1170fc1573c7ac831b76e9d04733c341cd398
Contents?: true
Size: 137 Bytes
Versions: 13
Compression:
Stored size: 137 Bytes
Contents
exports.isatty = function(){ return true; }; exports.getWindowSize = function(){ return [window.innerHeight, window.innerWidth]; };
Version data entries
13 entries across 13 versions & 1 rubygems