Documentation
    Preparing search index...
    PartHandler: (
        part: MultipartStream,
        reportChunk: (chunk: Buffer) => void,
    ) => Promise<
        { filePath?: string; tmpPath?: string } & { [key: string]: any }
        | void,
    >

    The callback handler function for processing a multipart file part

    Type Declaration

      • (
            part: MultipartStream,
            reportChunk: (chunk: Buffer) => void,
        ): Promise<
            { filePath?: string; tmpPath?: string } & { [key: string]: any }
            | void,
        >
      • Parameters

        Returns Promise<{ filePath?: string; tmpPath?: string } & { [key: string]: any } | void>