Files
workavia-calendar-front/src/Intl.d.ts
T
2025-06-30 17:15:24 +02:00

5 lines
173 B
TypeScript

declare namespace Intl {
type Key = 'calendar' | 'collation' | 'currency' | 'numberingSystem' | 'timeZone' | 'unit';
function supportedValuesOf(input: Key): string[];
}