• Splits a file into smaller parts based on the provided options.

    Parameters

    • options: SplitOptions

      An object containing the input file path, output directory, and maximum size for each part.

    Returns Promise<string[]>

    A promise that resolves when the splitting process is complete.