📄 rebase-to.js
/home/palash/git/site/node_modules/clean-css/lib/options/rebase-to.js
Language: js • Lines: 7
var path = require('path');

function rebaseToFrom(option) {
  return option ? path.resolve(option) : process.cwd();
}

module.exports = rebaseToFrom;