Skip to main content
Module

x/cliffy/command/deps.ts>existsSync

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
function existsSync
import { existsSync } from "https://deno.land/x/cliffy@v0.16.0/command/deps.ts";

Test whether or not the given path exists by checking with the file system

Parameters

filePath: string

Returns

boolean