mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
added/fixed headers k-n
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Vendored
+3
-2
@@ -1,9 +1,10 @@
|
||||
// Type definitions for KeyboardJS
|
||||
// A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts.
|
||||
// Project: https://github.com/RobertWHurst/KeyboardJS
|
||||
// Definitions by: Vincent Bortone <https://github.com/vbortone/>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts.
|
||||
|
||||
interface KeyboardJSSubBinding {
|
||||
clear(): void;
|
||||
}
|
||||
@@ -46,4 +47,4 @@ interface KeyboardJSStatic {
|
||||
};
|
||||
}
|
||||
|
||||
declare var KeyboardJS: KeyboardJSStatic;
|
||||
declare var KeyboardJS: KeyboardJSStatic;
|
||||
|
||||
Reference in New Issue
Block a user