1 2 3 4 5
import { add } from "./reexport.cjs"; import { multiply } from "./multiply.cts"; console.log(add(1, 2)); console.log(multiply(2, 3));