mono/packages/fs/dist/utils/paths.d.ts
2025-01-23 07:22:43 +01:00

7 lines
294 B
TypeScript

export declare const substitute: (alt: boolean, template: string, vars: Record<string, string>) => any;
export declare const resolve: (_path: string, alt?: boolean, vars?: Record<string, string>) => any;
export declare const sep = "/";
/**
* The native path separator depending on the OS.
*/