Merge pull request #28031 from danilobuerger/patch-3

[i18n-js] Added toTime
This commit is contained in:
Benjamin Lichtman
2018-08-13 11:30:27 -07:00
committed by GitHub
+2
View File
@@ -70,6 +70,8 @@ declare namespace I18n {
}
function toCurrency(num: number, options?: ToCurrencyOptions): string;
function toTime(scope: Scope, value: string | number | Date): string;
interface ToHumanSizeOptions extends ToNumberOptions {
format?: string;
}