js-ipfs-unixfs
    Preparing search index...

    Interface UnixFSRecursiveEntry

    interface UnixFSRecursiveEntry {
        cid: CID;
        depth: number;
        name: string;
        path: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    cid: CID
    depth: number
    name: string
    path: string