mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
71d1911503
* add unknown to DateTimeFormatTypes * move unknown to es2019.intl instead * Accepted baselines. Co-authored-by: long.ho <long.ho@cloudkitchens.com>
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
declare namespace Intl {
|
|
interface DateTimeFormatPartTypesRegistry {
|
|
unknown: any
|
|
}
|
|
}
|