Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

unixifypath

yuanyan160.1.0

unixifypath

unixify, path

readme

node-unixifypath

Unixify pathname for Node.js, return pathname with sep "/" instead of sep "\".

Usage

var unixifypath = require('unixifypath')
unixifypath('\\path\\to') // => /path/to