declarations
Version:
[](https://www.npmjs.com/package/declarations)
12 lines (10 loc) • 404 B
TypeScript
// Type definitions for window-size 0.2.0
// Project: https://github.com/jonschlinkert/window-size
// Definitions by: Pouya Kary <https://github.com/pmkary>
// 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;
}