Type Alias: IStringifyOptions<AllowDots>
ts
type IStringifyOptions<AllowDots> = IStringifyBaseOptions &
IStringifyDynamicOptions<AllowDots>;Type Parameters
| Type Parameter | Default type |
|---|---|
AllowDots extends BooleanOptional | undefined |