UNPKG

@curvenote/cli

Version:
6 lines 294 B
import type { ISession } from '../session/types.js'; import type { SignedFileInfo } from './types.js'; export declare function uploadFileWithOptionalResume(session: ISession, upload: SignedFileInfo, opts?: { resume?: boolean; }): Promise<void>; //# sourceMappingURL=resumable.utils.d.ts.map