Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/puppeteer/vendor/puppeteer-core/vendor/std.ts>exists

A port of puppeteer running on Deno
Latest
function exists
import { exists } from "https://deno.land/x/puppeteer@16.2.0/vendor/puppeteer-core/vendor/std.ts";

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

Parameters

filePath: string

Returns

Promise<boolean>