mirror of https://github.com/tc39/test262.git
7 lines
117 B
JavaScript
7 lines
117 B
JavaScript
|
export {
|
||
|
First as Cocoa,
|
||
|
Second as Cappuccino,
|
||
|
default as enum,
|
||
|
enum as default
|
||
|
} from "./second.js"
|