UNPKG

@uizard/nx-fast-s3-cache

Version:

Nx s3 cache using GNU tar, pigz and multipart s3 uploads/downloads

4 lines (3 loc) 298 B
import { RemoteCache } from "@nx/workspace/src/tasks-runner/default-tasks-runner"; import { RemoteCacheImplementation } from "./types/remote-cache-implementation"; export declare const createRemoteCacheStore: (safeImplementation: Promise<RemoteCacheImplementation | null>) => RemoteCache["store"];