@uizard/nx-fast-s3-cache
Version:
Nx s3 cache using GNU tar, pigz and multipart s3 uploads/downloads
4 lines (3 loc) • 341 B
TypeScript
import { CustomRunnerOptions } from "./types/custom-runner-options";
import { RemoteCacheImplementation } from "./types/remote-cache-implementation";
export declare const getSafeRemoteCacheImplementation: (implementationPromise: Promise<RemoteCacheImplementation>, options: CustomRunnerOptions) => Promise<RemoteCacheImplementation | null>;