UNPKG

yhtml5-test

Version:

A test framework for front-end projects

8 lines (5 loc) 151 B
var path = require('path'); function rebaseToFrom(option) { return option ? path.resolve(option) : process.cwd(); } module.exports = rebaseToFrom;