function existsSyncimport { existsSync } from "https://dotland.deno.dev/std@0.92.0/node/fs.ts"; existsSync(path: string | URL): booleanTODO: Also accept 'path' parameter as a Node polyfill Buffer or URL type once these are implemented. See https://github.com/denoland/deno/issues/3403 Parameterspath: string | URLReturnsbooleanimport existsSyncimport { existsSync } from "https://dotland.deno.dev/std@0.92.0/node/fs.ts";