effect-io-ai

Package: effect
Module: Schema

Schema.ReadonlyMap

Schema for readonly maps whose keys and values conform to the provided schemas.

Signature

declare const ReadonlyMap: <Key extends Constraint, Value extends Constraint>(key: Key, value: Value) => $ReadonlyMap<Key, Value>

Source

Since v3.10.0