[moment]: relativeTimeThreshold can be a getter fix signature.

This commit is contained in:
Matthias Bussonnier 2015-06-08 16:48:55 -07:00
parent 8ebc099072
commit 4e5e52edca

View File

@ -465,7 +465,8 @@ declare module moment {
max(moments: Moment[]): Moment;
normalizeUnits(unit: string): string;
relativeTimeThreshold(threshold: string, limit: number): void;
relativeTimeThreshold(threshold: string): number|boolean;
relativeTimeThreshold(threshold: string, limit:number): boolean;
/**
* Constant used to enable explicit ISO_8601 format parsing.