UNPKG

oberknecht-utils

Version:
7 lines (5 loc) 185 B
import path from "path"; import { convertToArray } from "."; export function mainPath(dir?: string[] | string) { return path.resolve(process.cwd(), ...convertToArray(dir, false)); }