Skip to content

Type Alias: IStringifyOptions<AllowDots>

ts
type IStringifyOptions<AllowDots> = IStringifyBaseOptions &
  IStringifyDynamicOptions<AllowDots>;

Type Parameters

Type ParameterDefault type
AllowDots extends BooleanOptionalundefined