UNPKG
creatable
Version:
latest (3.0.3)
3.0.3
3.0.2
3.0.1
Elegant HTML generation. No templating. Just Javascript.
RaineOrShine/creatable
creatable
/
components
/
mocha
/
lib
/
browser
/
tty.js
8 lines
(6 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
exports
.
isatty
=
function
(
){
return
true
; };
exports
.
getWindowSize
=
function
(
){
return
[
window
.
innerHeight
,
window
.
innerWidth
]; };