@traversable/schema
    Preparing search index...
    interface array<S> {
        toJsonSchema(): {
            items: Returns<S["toJsonSchema" & keyof S]>;
            type: "array";
        };
    }

    Type Parameters

    • S
    Index

    Methods

    Methods