js-ipfs-unixfs
    Preparing search index...
    interface PathEntry {
        cid: CID;
        name: string;
        path: string;
        remainder: string[];
        roots: CID<unknown, number, number, Version>[];
    }
    Index

    Properties

    cid: CID
    name: string
    path: string
    remainder: string[]
    roots: CID<unknown, number, number, Version>[]