js-ipfs-unixfs
    Preparing search index...

    Type Alias ExporterProgressEvents

    ExporterProgressEvents:
        | ProgressEvent<"unixfs:exporter:progress:unixfs:file", ExportProgress>
        | ProgressEvent<"unixfs:exporter:progress:unixfs:raw", ExportProgress>
        | ProgressEvent<"unixfs:exporter:progress:raw", ExportProgress>
        | ProgressEvent<"unixfs:exporter:progress:identity", ExportProgress>
        | ProgressEvent<"unixfs:exporter:walk:file", ExportWalk>
        | ProgressEvent<"unixfs:exporter:walk:directory", ExportWalk>
        | ProgressEvent<"unixfs:exporter:walk:hamt-sharded-directory", ExportWalk>
        | ProgressEvent<"unixfs:exporter:walk:raw", ExportWalk>

    Progress events emitted by the exporter