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

Version Path
stylus-source-0.31.0 vendor/node_modules/mocha/lib/browser/tty.js
stylus-source-0.30.1 vendor/node_modules/mocha/lib/browser/tty.js
stylus-source-0.30.0 vendor/node_modules/mocha/lib/browser/tty.js
stylus-source-0.29.0 vendor/node_modules/mocha/lib/browser/tty.js
stylus-source-0.28.2 vendor/node_modules/mocha/lib/browser/tty.js
stylus-source-0.28.1 vendor/node_modules/mocha/lib/browser/tty.js
stylus-source-0.28.0 vendor/node_modules/mocha/lib/browser/tty.js
stylus-source-0.27.2 vendor/node_modules/mocha/lib/browser/tty.js
stylus-source-0.27.1 vendor/node_modules/mocha/lib/browser/tty.js
stylus-source-0.27.0 vendor/node_modules/mocha/lib/browser/tty.js
stylus-source-0.26.1 vendor/node_modules/mocha/lib/browser/tty.js
stylus-source-0.26.0 vendor/node_modules/mocha/lib/browser/tty.js
stylus-source-0.25.0 vendor/node_modules/mocha/lib/browser/tty.js