mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
replace internal module to namespace
This commit is contained in:
Vendored
+5
-5
@@ -4,15 +4,15 @@
|
||||
// David Asmuth <https://github.com/piranha771>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
// KeyboardJS is a library for use in the browser (node.js compatible).
|
||||
// KeyboardJS is a library for use in the browser (node.js compatible).
|
||||
// It Allows developers to easily setup key bindings. Use key combos to setup complex bindings.
|
||||
// KeyboardJS also provides contexts. Contexts are great for single page applications.
|
||||
// They allow you to scope your bindings to various parts of your application.
|
||||
// Out of the box keyboardJS uses a US keyboard locale. If you need support for
|
||||
// a different type of keyboard KeyboardJS provides custom locale support so you can create
|
||||
// Out of the box keyboardJS uses a US keyboard locale. If you need support for
|
||||
// a different type of keyboard KeyboardJS provides custom locale support so you can create
|
||||
// with a locale that better matches your needs.
|
||||
|
||||
declare module keyboardjs {
|
||||
declare namespace keyboardjs {
|
||||
|
||||
/**
|
||||
* Information and functions in the current callback.
|
||||
@@ -133,4 +133,4 @@ declare module keyboardjs {
|
||||
|
||||
declare module 'keyboardjs' {
|
||||
export = keyboardjs;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user