Merge pull request #2697 from kant2002/fix-moment-humanize

Updated definition for the Duration.humanize
This commit is contained in:
Basarat Ali Syed
2014-08-21 21:57:54 +10:00
+1 -1
View File
@@ -25,7 +25,7 @@ interface MomentInput {
interface Duration {
humanize(): string;
humanize(withSuffix?: boolean): string;
milliseconds(): number;
asMilliseconds(): number;