effect-io-ai

Package: effect
Module: Unify

Unify.ignoreSymbol

The type of the ignoreSymbol.

When to use

Use to reference the ignored-property key in type-level protocol definitions.

Details

This type represents the unique symbol used for marking types that should be ignored during unification operations. It’s used in type-level operations to exclude specific types from the unification process.

Signature

type ignoreSymbol = typeof ignoreSymbol

Source

Since v2.0.0