conversion-library / changeCase / Locale
Type Alias: Locale
ts
type Locale: string[] | string | false | undefined;
Supported locale values. Use false
to ignore locale. Defaults to undefined
, which uses the host environment.
Defined in
node_modules/change-case/dist/index.d.ts:5