mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
4 lines
132 B
JavaScript
4 lines
132 B
JavaScript
// organize-imports-ignore
|
|
export { foo, setFoo } from "./import.live.decl.js";
|
|
import { foo as bar } from "./import.live.decl.js";
|