Skip to content

Type Alias: Locale

Signature

ts
export type Locale = IsNever<GeneratedLocale> extends true ? string : GeneratedLocale

Tags

  • @VueI18nGeneral

Released under the MIT License.