@blockchaincommons/dcbor - v1.0.0-beta.1
    Preparing search index...

    Interface CBORSortable<T>

    Sortable-by-CBOR-encoding interface shape. The arraySortable / setSortable helpers wrap any iterable into a CBORSortable view.

    interface CBORSortable<T extends CborInput> {
        sortByCborEncoding(): T[];
    }

    Type Parameters

    Index