helia
    Preparing search index...

    Interface InputPair

    interface InputPair {
        bytes:
            | Uint8Array<ArrayBufferLike>
            | AwaitIterable<Uint8Array<ArrayBufferLike>>;
        cid: CID;
    }
    Index

    Properties

    Properties

    bytes: Uint8Array<ArrayBufferLike> | AwaitIterable<Uint8Array<ArrayBufferLike>>
    cid: CID