Skip to main content
Module

x/plugin_prepare/deps.ts>exists

A library for managing deno native plugin dependencies
Latest
function exists
import { exists } from "https://deno.land/x/plugin_prepare@v0.8.0/deps.ts";

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

Parameters

filePath: string

Returns

Promise<boolean>