UNPKG

better-crowdin

Version:

Crowdin CLI on steroids

9 lines (7 loc) 209 B
const path = require('path'); module.exports = function getBasePath({ config, basePath, relativePath }) { if (relativePath) { return path.join(path.dirname(config), basePath); } return basePath; };