hrms-manual/node_modules/cachedir/index.d.ts
2023-09-06 14:51:44 +07:00

3 lines
130 B
TypeScript

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