UNPKG

cache-path

Version:
5 lines (4 loc) 261 B
import { IOptions } from './types'; export declare function handleOptions(options?: IOptions | string): IOptions; export declare function _createAble(options: IOptions, fn: any): boolean; export declare function _check(dir: string, options: IOptions): boolean;