Skip to content

optionalWith

Since

3.10.0

Call Signature

optionalWith<S, Options>(options): (self) => optionalWith<S, Options>

Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Schema.d.ts:1199

Type Parameters

S extends All

Options extends OptionalOptions<Type<S>>

Parameters

options

Options

Returns

Function

Parameters

self

S

Returns

optionalWith<S, Options>

Since

3.10.0

Since

3.10.0

Call Signature

optionalWith<S, Options>(self, options): optionalWith<S, Options>

Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Schema.d.ts:1204

Type Parameters

S extends All

Options extends OptionalOptions<Type<S>>

Parameters

self

S

options

Options

Returns

optionalWith<S, Options>

Since

3.10.0

Since

3.10.0