Skip to main content
Module

x/clone/deps.ts>fs.exists

A simple utility for the convenient clone
Latest
function fs.exists
Re-export
import { fs } from "https://deno.land/x/clone@v1.0.6/deps.ts";
const { exists } = fs;

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

Parameters

filePath: string

Returns

Promise<boolean>