UNPKG

@uizard/nx-fast-s3-cache

Version:

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

10 lines (9 loc) 384 B
import defaultTasksRunner from "@nx/workspace/tasks-runners/default"; export * from "./create-custom-runner"; export * from "./types/custom-runner-options"; export * from "./types/remote-cache-implementation"; export * from "./init-env"; export * from "./hash-suffix"; export * from "./get-file-name-from-hash"; declare const runner: typeof defaultTasksRunner; export default runner;