UNPKG

nx-remotecache-custom

Version:

Build custom caching for @nrwl/nx in a few lines of code

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