File size: 130 Bytes
bc20498 |
1 2 3 4 |
/** Return path to an appropriate place to store cache files. */
declare function cachedir (id: string): string
export = cachedir
|
bc20498 |
1 2 3 4 |
/** Return path to an appropriate place to store cache files. */
declare function cachedir (id: string): string
export = cachedir
|