swc/crates/swc_bundler/tests/fixture/deno-10820/case1/input/data.ts

5 lines
73 B
TypeScript
Raw Normal View History

import { dbPool } from "./entry.ts";
export function d() {
dbPool;
}