Files
nodeMap/node_modules/cachedir/index.d.ts

4 lines
130 B
TypeScript

/** Return path to an appropriate place to store cache files. */
declare function cachedir (id: string): string
export = cachedir