UNPKG

inquirer-file-tree-selection-prompt

Version:
5 lines (4 loc) 132 B
import path from "path"; export const isSubPath = (parent, child) => { return !path.relative(parent, child).startsWith('.'); };