@traversable/schema
    Preparing search index...

    Interface t_Schema<Fn>

    interface t_Schema<Fn extends t_LowerBound = t_LowerBound> {
        _type?: Fn["_type"];
        def?: Fn["def"];
        tag?: Fn["tag"];
        (got: Unknown): got is Fn["_type"];
        (got: unknown): got is Fn["_type"];
    }

    Type Parameters

    Index

    Properties

    Properties

    _type?: Fn["_type"]
    def?: Fn["def"]
    tag?: Fn["tag"]