Package: effect Module: Schema
effect
Schema
Creates a new schema with shallow mutability applied to its properties.
Signature
declare const mutable: <S extends Schema.Any>(schema: S) => mutable<S>
Source
Since v3.10.0