mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 04:49:15 +08:00
Merge pull request #10401 from pmkary/master
definition for window-size added
This commit is contained in:
12
window-size/window-size.d.ts
vendored
Normal file
12
window-size/window-size.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user