// Type definitions for window-size 0.2.0 // Project: https://github.com/jonschlinkert/window-size // Definitions by: Pouya Kary // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "window-size" { /** Height of the terminal window.*/ export const height: number; /** Width of the terminal window.*/ export const width: number; }