@traversable/schema
    Preparing search index...

    Interface t_eq<V>

    interface t_eq<V> {
        _type: V;
        def: V;
        tag: "@traversable/schema/URI::eq";
        (got: Unknown | V): got is V;
        (got: unknown): got is V;
    }

    Type Parameters

    • V
    Index

    Properties

    Properties

    _type: V
    def: V
    tag: "@traversable/schema/URI::eq"