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

x/pup/plugins/web-interface/deps.ts>Bundlee#has

Universal process manager built in Deno
Go to Latest
method Bundlee.prototype.has
import { Bundlee } from "https://deno.land/x/pup@1.0.0-beta.25/plugins/web-interface/deps.ts";

Checks if a file exists in a JSON bundle.

Parameters

filePath: string

The path of the file to retrieve.

Returns

boolean

true if the file exists in the bundle, false otherwise.