Skip to main content
Module

x/logger/fs.ts>exists

logger for deno
Latest
function exists
import { exists } from "https://deno.land/x/logger@v1.1.6/fs.ts";

Async existance check for file return true if file exists

Parameters

filePath: string

path to file

Returns

Promise<boolean>

Promise