UNPKG

@itwin/object-storage-tests-backend

Version:

Tests for generic storage packages

6 lines 607 B
import { ClientStorage, FrontendStorage } from "@itwin/object-storage-core"; export declare function testDownloadFromUrlToBuffer(storageUnderTest: FrontendStorage | ClientStorage): Promise<void>; export declare function testDownloadFromUrlToStream(storageUnderTest: FrontendStorage | ClientStorage): Promise<void>; export declare function testDownloadToBufferWithConfig(storageUnderTest: FrontendStorage | ClientStorage): Promise<void>; export declare function testDownloadToStreamWithConfig(storageUnderTest: FrontendStorage | ClientStorage): Promise<void>; //# sourceMappingURL=DownloadTests.d.ts.map