Skip to main content
Module

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

Forked from https://github.com/typeorm/typeorm
Latest
function existsSync
import { existsSync } 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

boolean