js-ipfs-unixfs
    Preparing search index...
    interface ImportResult {
        cid: CID;
        path?: string;
        size: bigint;
        unixfs?: UnixFS;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    cid: CID
    path?: string
    size: bigint
    unixfs?: UnixFS