UNPKG

@marp-team/marp-cli

Version:

A CLI interface for Marp and Marpit based converters

8 lines (7 loc) 472 B
export declare const translateWSLPathToWindows: (wslPath: string, useSlash?: boolean) => Promise<string>; export declare const translateWindowsPathToWSL: (winPath: string) => Promise<string>; export declare const getWindowsEnv: (envName: string) => Promise<string | undefined>; type WSL2NetworkingMode = 'nat' | 'mirrored'; export declare const getWSL2NetworkingMode: () => Promise<WSL2NetworkingMode | null>; export declare const isWSL: () => Promise<number>; export {};