Skip to main content
Module

x/packup/testdata/bar.js

📦 Zero-config web application packager in Deno
Go to Latest
File
import { baz } from "./baz.js";import { join } from "https://deno.land/std@0.95.0/path/mod.ts";
export { baz as bar, join };