@traversable/schema
    Preparing search index...
    JsonSchema: [T] extends [never] ? Fixpoint : F<T>

    JsonSchema

    If T is not defined, JsonSchema returns a recursive Json Schema type.

    If T is defined, JsonSchema returns a non-recursive Json Schema type, where the "holes" (the parts that would be recursive) are filled with T. This is what allows JsonSchema to support recursion schemes.

    See also:

    Type Parameters

    • T = never