UNPKG

@uizard/nx-fast-s3-cache

Version:

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

6 lines (5 loc) 189 B
import { CustomRunnerOptions } from "./types/custom-runner-options"; /** * Initializes the environment variables. */ export declare const initEnv: (options: CustomRunnerOptions) => void;