7 lines
294 B
TypeScript
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.
|
|
*/
|