Files
tp-we-vue/node_modules/cachedir/index.d.ts
2024-11-28 23:08:17 +01:00

4 lines
130 B
TypeScript

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