Skip to main content
Module

x/jsbundle/mod.ts>bundle

Binary files for Javascript, used for Netrex.
Latest
function bundle
import { bundle } from "https://deno.land/x/jsbundle@v1.0.6/mod.ts";

Bundles a directory asynchronously

Parameters

dir: string
  • The directory to bundle
optional
skippaths: string[] = [UNSUPPORTED]
  • Paths to skip when bundling

Returns

Promise<Uint8Array>