UNPKG

cache-path

Version:
5 lines (4 loc) 235 B
import Bluebird from 'bluebird'; import { IOptions } from './types'; export declare function getCacheRoot(_options?: IOptions | string): string; export declare function getCacheRootAsync(options?: IOptions | string): Bluebird<string>;