method Path.prototype.moveSyncimport { Path } from "https://deno.land/x/yxz@0.32.0/path/mod.ts"; moveSync(dest: Path | string, options?: { overwrite?: boolean; })Parametersdest: Path | stringoptionaloptions: { overwrite?: boolean; }