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#get

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

Get the content of a file from a JSON bundle.

Parameters

filePath: string

The path of the file to retrieve.

Returns

Promise<Metadata>

A promise that resolves to the metadata object for the file, containing its content, content type, and last modified time.