Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
function existsSync
Re-export
import { existsSync } from "https://deno.land/x/postcss@8.4.16/lib/deps.js";

TODO: Also accept 'path' parameter as a Node polyfill Buffer or URL type once these are implemented. See https://github.com/denoland/deno/issues/3403

Parameters

path: string | URL

Returns

boolean