UNPKG

cache-path

Version:
6 lines (5 loc) 154 B
import { IOptions } from './types'; /** * normalize cache name */ export declare function normalizeName(name: string, hash?: IOptions["hash"]): string;