Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/clean-css/lib/options/rebase-to.js

var path = require('path');

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

module.exports = rebaseToFrom;
Back to Directory File Manager