1 2 3 4 5
import assert from "node:assert"; import * as ns from "./reexport.js"; assert.equal(ns.another.foo, "foo");