@traversable/schema
    Preparing search index...

    Interface t_symbol

    interface t_symbol {
        _type: symbol;
        def: symbol;
        tag: "@traversable/schema/URI::symbol";
        (got: symbol | Unknown): got is symbol;
        (got: unknown): got is symbol;
    }
    Index

    Properties

    Properties

    _type: symbol
    def: symbol
    tag: "@traversable/schema/URI::symbol"