UNPKG

@pellegrims/nx-remotecache-s3

Version:
7 lines (6 loc) 363 B
import { CustomRunnerOptions } from 'nx-remotecache-custom'; import { S3Options } from './setup-s3-task-runner'; export declare const emptyOptions: CustomRunnerOptions<S3Options>; export declare const defaultOptions: CustomRunnerOptions<S3Options>; export declare const envValues: Record<keyof S3Options, string>; export declare const clearProxyInfo: () => void;