@traversable/schema
    Preparing search index...

    Variable taggedConst

    tagged: {
        <
            K extends
                | "string"
                | "number"
                | "bigint"
                | "boolean"
                | "symbol"
                | "undefined"
                | "object"
                | "custom"
                | "default"
                | "prefault"
                | "promise"
                | "success"
                | "transform"
                | "any"
                | "date"
                | "nan"
                | "never"
                | "null"
                | "unknown"
                | "void"
                | "int"
                | "literal"
                | "file"
                | "template_literal"
                | "enum"
                | "array"
                | "catch"
                | "lazy"
                | "map"
                | "nullable"
                | "optional"
                | "readonly"
                | "record"
                | "set"
                | "tuple"
                | "union"
                | "intersection"
                | "pipe"
                | "nonoptional",
        >(
            tag: K,
        ): <S>(x: unknown) => x is Lookup<K, S>;
        <
            K extends
                | "string"
                | "number"
                | "bigint"
                | "boolean"
                | "symbol"
                | "undefined"
                | "object"
                | "custom"
                | "default"
                | "prefault"
                | "promise"
                | "success"
                | "transform"
                | "any"
                | "date"
                | "nan"
                | "never"
                | "null"
                | "unknown"
                | "void"
                | "int"
                | "literal"
                | "file"
                | "template_literal"
                | "enum"
                | "array"
                | "catch"
                | "lazy"
                | "map"
                | "nullable"
                | "optional"
                | "readonly"
                | "record"
                | "set"
                | "tuple"
                | "union"
                | "intersection"
                | "pipe"
                | "nonoptional",
        >(
            tag: K,
            x: unknown,
        ): x is ZodLookup<
            K,
            ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>,
        >;
    }

    Type declaration

      • <
            K extends
                | "string"
                | "number"
                | "bigint"
                | "boolean"
                | "symbol"
                | "undefined"
                | "object"
                | "custom"
                | "default"
                | "prefault"
                | "promise"
                | "success"
                | "transform"
                | "any"
                | "date"
                | "nan"
                | "never"
                | "null"
                | "unknown"
                | "void"
                | "int"
                | "literal"
                | "file"
                | "template_literal"
                | "enum"
                | "array"
                | "catch"
                | "lazy"
                | "map"
                | "nullable"
                | "optional"
                | "readonly"
                | "record"
                | "set"
                | "tuple"
                | "union"
                | "intersection"
                | "pipe"
                | "nonoptional",
        >(
            tag: K,
        ): <S>(x: unknown) => x is Lookup<K, S>
      • Type Parameters

        • K extends
              | "string"
              | "number"
              | "bigint"
              | "boolean"
              | "symbol"
              | "undefined"
              | "object"
              | "custom"
              | "default"
              | "prefault"
              | "promise"
              | "success"
              | "transform"
              | "any"
              | "date"
              | "nan"
              | "never"
              | "null"
              | "unknown"
              | "void"
              | "int"
              | "literal"
              | "file"
              | "template_literal"
              | "enum"
              | "array"
              | "catch"
              | "lazy"
              | "map"
              | "nullable"
              | "optional"
              | "readonly"
              | "record"
              | "set"
              | "tuple"
              | "union"
              | "intersection"
              | "pipe"
              | "nonoptional"

        Parameters

        • tag: K

        Returns <S>(x: unknown) => x is Lookup<K, S>

      • <
            K extends
                | "string"
                | "number"
                | "bigint"
                | "boolean"
                | "symbol"
                | "undefined"
                | "object"
                | "custom"
                | "default"
                | "prefault"
                | "promise"
                | "success"
                | "transform"
                | "any"
                | "date"
                | "nan"
                | "never"
                | "null"
                | "unknown"
                | "void"
                | "int"
                | "literal"
                | "file"
                | "template_literal"
                | "enum"
                | "array"
                | "catch"
                | "lazy"
                | "map"
                | "nullable"
                | "optional"
                | "readonly"
                | "record"
                | "set"
                | "tuple"
                | "union"
                | "intersection"
                | "pipe"
                | "nonoptional",
        >(
            tag: K,
            x: unknown,
        ): x is ZodLookup<
            K,
            ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>,
        >
      • Type Parameters

        • K extends
              | "string"
              | "number"
              | "bigint"
              | "boolean"
              | "symbol"
              | "undefined"
              | "object"
              | "custom"
              | "default"
              | "prefault"
              | "promise"
              | "success"
              | "transform"
              | "any"
              | "date"
              | "nan"
              | "never"
              | "null"
              | "unknown"
              | "void"
              | "int"
              | "literal"
              | "file"
              | "template_literal"
              | "enum"
              | "array"
              | "catch"
              | "lazy"
              | "map"
              | "nullable"
              | "optional"
              | "readonly"
              | "record"
              | "set"
              | "tuple"
              | "union"
              | "intersection"
              | "pipe"
              | "nonoptional"

        Parameters

        • tag: K
        • x: unknown

        Returns x is ZodLookup<
            K,
            ZodType<unknown, unknown, $ZodTypeInternals<unknown, unknown>>,
        >