UNPKG

eslint-plugin-conarti-fsd

Version:
7 lines (5 loc) 206 B
const path = require('path'); const { normalizePath } = require('./normalize-path'); module.exports.joinPath = (from, to) => { return normalizePath(path.join(normalizePath(from), normalizePath(to))); };