Cypress_TS/CY_Auta_TS/automaty/node_modules/cachedir/index.d.ts

4 lines
130 B
TypeScript
Raw Normal View History

2023-08-15 16:35:50 +00:00
/** Return path to an appropriate place to store cache files. */
declare function cachedir (id: string): string
export = cachedir