UNPKG

nx-remotecache-custom

Version:

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

4 lines (3 loc) 280 B
import { NxRemoteCache } from "./types/nx"; import { SafeRemoteCacheImplementation } from "./types/safe-remote-cache-implementation"; export declare const createRemoteCacheRetrieve: (safeImplementation: Promise<SafeRemoteCacheImplementation | null>) => NxRemoteCache["retrieve"];