Locale overview
Added in v1.0.0
Table of contents
utils
Locale
Signature
export declare const Locale: t.BrandC<t.StringC, LocaleBrand>
Added in v1.0.0
Locale (type alias)
Signature
export type Locale = t.Branded<string, LocaleBrand>
Added in v1.0.0
LocaleBrand (interface)
Signature
export interface LocaleBrand {
readonly Locale: unique symbol
}
Added in v1.0.0