cmux/node_modules/os-paths/src/lib/index.d.ts
2026-01-29 17:36:26 -08:00

7 lines
175 B
TypeScript

// # spell-checker:ignore rivy
declare namespace OSPaths {
function home(): string;
function temp(): string;
}
declare function OSPaths(): typeof OSPaths;
export = OSPaths;