Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fathym_atomic_icons/src/deno.deps.ts>existsSync

Fathym's Atomic Icons is a library that supports the optimized creation of customzied icon sets for delivery via Deno Fresh.
Go to Latest
function existsSync
Re-export
import { existsSync } from "https://deno.land/x/fathym_atomic_icons@v0.0.32/src/deno.deps.ts";

Determine if a path exists sync.

Parameters

path: string

The path to check for existence.

Returns

boolean

If the path exists.