mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 10:03:24 +01:00
511 B
511 B
better-path-resolve
A better path.resolve() that normalizes paths on Windows
Installation
npm i -S better-path-resolve
Usage
'use strict'
const betterPathResolve = require('better-path-resolve')
console.log(betterPathResolve('c:/src'))
//> C:\src