mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Merge pull request #1718 from SomaticIT/fix-moment
Add moment AMD definition (require shim)
This commit is contained in:
Vendored
+4
@@ -324,3 +324,7 @@ interface MomentStatic {
|
||||
}
|
||||
|
||||
declare var moment: MomentStatic;
|
||||
|
||||
declare module "moment" {
|
||||
export = moment;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user