UNPKG

nx-remotecache-custom-3

Version:

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

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