Updated definition for the Duration.humanize

See the docs there http://momentjs.com/docs/#/durations/humanize/
This commit is contained in:
Andrey Kurdyumov
2014-08-21 17:43:47 +06:00
parent 8eacc4ca14
commit d5bf84fdb8
+1 -1
View File
@@ -28,7 +28,7 @@ interface MomentInput {
interface Duration {
humanize(): string;
humanize(withSuffix?: boolean): string;
milliseconds(): number;
asMilliseconds(): number;