Skip to content

Type Alias: _ToObjectOutput<IncludeConfig>

ts
type _ToObjectOutput<IncludeConfig> = Record<_ToObjectUnit, number> &
  IncludeConfig extends true
  ? LocaleOptions
  : unknown;

Type Parameters

Type ParameterDefault type
IncludeConfig extends boolean | undefinedundefined