mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-05 08:40:32 +00:00
Merge pull request #28031 from danilobuerger/patch-3
[i18n-js] Added toTime
This commit is contained in:
Vendored
+2
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user