UNPKG

wsl-path

Version:

Convert Windows paths to WSL (1 & 2) paths and vice versa

6 lines (5 loc) 203 B
import { WslCommand, MountPoint } from "./types"; /** * Module for determining the (linux) mount point of a file */ export declare const determineMountPoints: (wslCommand: WslCommand) => MountPoint[];