mirror of https://github.com/tc39/test262.git
3 lines
50 B
JavaScript
3 lines
50 B
JavaScript
|
export { A } from "./B.js"
|
||
|
export * from "./D.js"
|