mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-17 07:20:23 +00:00
Added comments for usage.
This commit is contained in:
Vendored
+2
-2
@@ -335,8 +335,8 @@ declare module moment {
|
||||
}
|
||||
|
||||
interface MomentLanguageData extends BaseMomentLanguage {
|
||||
/*
|
||||
* formatType should be L, LL, LLL, LLLL.
|
||||
/**
|
||||
* @param formatType should be L, LL, LLL, LLLL.
|
||||
*/
|
||||
longDateFormat(formatType: string): string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user