Skip to main content
Module

x/typeorm/src/util/fs.ts>exists

Forked from https://github.com/typeorm/typeorm
Latest
function exists
import { exists } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/util/fs.ts";

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

Parameters

filePath: string

Returns

Promise<boolean>