generated from templates/typescript-types
more types
This commit is contained in:
3
src/locale.d.ts
vendored
Normal file
3
src/locale.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
/** A combined ISO 639-1 language code and ISO 3166-1 alpha-2 country code, like `en-US` */
|
||||
export type Locale = `${string}-${string}`;
|
Reference in New Issue
Block a user