mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-30 11:14:27 +08:00
Vendored
+5
-1
@@ -3,4 +3,8 @@
|
||||
// Definitions by: Christian Holm Nielsen
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
declare function domready(callback: () => any) : void;
|
||||
declare function domready(callback: () => any) : void;
|
||||
|
||||
declare module "domready" {
|
||||
export = domready;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user