import * as pogo from "https://deno.land/x/pogo@v0.6.0/lib/util/is-path-inside.ts"; VariablesvdefaultReturns true if childPath is a descendant of parentPath. Otherwise returns false, including if both paths are equal. The paths are resolved and normalized before comparing them but symlinks are not followed and neither path needs to exist on disk.