mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add amd property to define
Add static amd property to define function.
This commit is contained in:
Vendored
+2
@@ -342,6 +342,8 @@ interface RequireDefine {
|
||||
* callback return module definition
|
||||
**/
|
||||
(name: string, ready: Function): void;
|
||||
|
||||
amd: Object;
|
||||
}
|
||||
|
||||
// Ambient declarations for 'require' and 'define'
|
||||
|
||||
Reference in New Issue
Block a user