import { type ExportNamedDeclaration } from "https://deno.land/x/live@1.60.4/deps.ts";
export { foo } from 'mod'
export { foo as bar } from 'mod'
x/live/deps.ts>ExportNamedDeclaration
import { type ExportNamedDeclaration } from "https://deno.land/x/live@1.60.4/deps.ts";
export { foo } from 'mod'
export { foo as bar } from 'mod'