js-ipfs-unixfs
    Preparing search index...

    Interface ResolveResult

    interface ResolveResult {
        entry: UnixFSEntry;
        next?: NextResult;
    }
    Index

    Properties

    Properties

    entry

    next?: NextResult