js-ipfs-unixfs
    Preparing search index...

    Interface UnixFSBasicEntry

    interface UnixFSBasicEntry {
        cid: CID;
        name: string;
        path: string;
    }
    Index

    Properties

    Properties

    cid: CID

    The CID of the entry

    name: string

    The name of the entry

    path: string

    The path of the entry within the DAG in which it was encountered