Cypress_TS/CY_Auta_TS/automaty/node_modules/cachedir/index.d.ts
Lukáš Kaňka ea3e372146 údržba
2023-08-15 18:35:50 +02:00

4 lines
130 B
TypeScript

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