lgtome/rm-node-modules-cli

View on GitHub
src/helpers/transformHomePath.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import path from 'path'
export function transformHomePath(entryPath) {
  return path.join(process.env.HOME, entryPath.slice(1))
}