aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 322 B
JavaScript
Object.defineProperty(exports,"__esModule",{value:!0}),exports.toPosixPath=void 0;var path=()=>{var tmp=require("path");return path=()=>tmp,tmp};function toPosixPath(osPath,currentSep){const regex=new RegExp(`\\${currentSep??path().sep}`,"g");return osPath.replace(regex,"/")}exports.toPosixPath=toPosixPath;
;