mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
moment: expose interfaces
enables type annotations for files using moment definitions as an external module
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user