mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Added comments for usage.
This commit is contained in:
4
moment/moment.d.ts
vendored
4
moment/moment.d.ts
vendored
@@ -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