js-ipfs-unixfs
    Preparing search index...

    Interface UnixFSOptions

    interface UnixFSOptions {
        blockSizes?: bigint[];
        data?: Uint8Array<ArrayBufferLike>;
        fanout?: bigint;
        hashType?: bigint;
        mode?: number;
        mtime?: Mtime;
        type?: UnixFSType;
    }
    Index

    Properties

    blockSizes?: bigint[]
    data?: Uint8Array<ArrayBufferLike>
    fanout?: bigint
    hashType?: bigint
    mode?: number
    mtime?: Mtime
    type?: UnixFSType