UNPKG

folderslint

Version:
6 lines (4 loc) 140 B
const path = require('path') module.exports = function posixSeparatedCwd() { return process.cwd().split(path.sep).join(path.posix.sep) }