Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fathym_atomic/src/src.deps.ts>exists

This is the core atomic library to build design libraries from.
Go to Latest
function exists
import { exists } from "https://deno.land/x/fathym_atomic@v0.0.104/src/src.deps.ts";

Determine if a path exists.

Parameters

path: string

The path to check for existence.

Returns

Promise<boolean>

If the path exists.