@traversable/schema
    Preparing search index...

    Interface t_of<S>

    interface t_of<S> {
        _type: Target<S>;
        def: S;
        tag: "@traversable/schema/URI::inline";
        (got: Unknown | Target<S>): got is Target<S>;
        (got: unknown): got is Target<S>;
    }

    Type Parameters

    • S
    Index

    Properties

    Properties

    _type: Target<S>
    def: S
    tag: "@traversable/schema/URI::inline"