UNPKG

package-proxy

Version:
4 lines (3 loc) 128 B
/** @format */ import { filterTruthy } from "../filters"; export const getPath = (path) => path.filter(filterTruthy).join("/");