method Path.diffRe-exportimport { Path } from "https://deno.land/x/path@v3.0.0/mod.ts"; diff(x: Path, y: Path): string[]takes the diff between Path x and Path y Parametersx: Pathy: PathReturnsstring[]elements in x but not in y