effect-io-ai

Package: effect
Module: Schema

Schema.TemplateLiteral.Encoded

Computes the encoded string literal type produced by concatenating the encoded forms of all template literal parts.

Signature

type Encoded<Parts> = Parts extends readonly [...infer Init, infer Last] ? AppendType<Encoded<Init>, Last>
    : ``

Source

Since v3.10.0