Skip to content

Type Alias: IParseOptions<AllowDots>

ts
type IParseOptions<AllowDots> = IParseBaseOptions &
  IParseDynamicOptions<AllowDots>;

Type Parameters

Type ParameterDefault type
AllowDots extends BooleanOptionalundefined