@puerts/cli
Version:
PureTS is a quick scaffold tool, which can be used in the project.
1 lines • 87 B
JavaScript
export default pathStr => process.platform === 'win32' ? `file://${pathStr}` : pathStr;
PureTS is a quick scaffold tool, which can be used in the project.