js-ipfs-unixfs
    Preparing search index...
    interface File {
        content: AsyncIterable<Uint8Array<ArrayBufferLike>>;
        mode?: number;
        mtime?: Mtime;
        originalPath?: string;
        path?: string;
    }
    Index

    Properties

    content: AsyncIterable<Uint8Array<ArrayBufferLike>>
    mode?: number
    mtime?: Mtime
    originalPath?: string
    path?: string