mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08:00
Updated definition for the Duration.humanize
See the docs there http://momentjs.com/docs/#/durations/humanize/
This commit is contained in:
Vendored
+1
-1
@@ -28,7 +28,7 @@ interface MomentInput {
|
||||
|
||||
interface Duration {
|
||||
|
||||
humanize(): string;
|
||||
humanize(withSuffix?: boolean): string;
|
||||
|
||||
milliseconds(): number;
|
||||
asMilliseconds(): number;
|
||||
|
||||
Reference in New Issue
Block a user