Type Alias: IParseOptions<AllowDots>
ts
type IParseOptions<AllowDots> = IParseBaseOptions &
IParseDynamicOptions<AllowDots>;Type Parameters
| Type Parameter | Default type |
|---|---|
AllowDots extends BooleanOptional | undefined |