moment: expose interfaces

enables type annotations for files using moment definitions as an
external module
This commit is contained in:
Jiawei Li
2015-01-09 18:21:45 -08:00
parent 4abbdff87f
commit 886497fa30
5 changed files with 494 additions and 488 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ interface JQueryStatic {
interface JQuery {
livestamp(date: Date): JQuery;
livestamp(moment: Moment): JQuery;
livestamp(moment: moment.Moment): JQuery;
livestamp(timestamp: number): JQuery;
livestamp(timestamp: string): JQuery;
}