Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/std/bundle/utils.ts>load

A modern runtime for JavaScript and TypeScript.
Go to Latest
function load
import { load } from "https://deno.land/x/deno@v0.22.0/std/bundle/utils.ts";

Load the bundle and return the contents asynchronously.

Parameters

args: string[]

Returns

Promise<string>