mirror of
https://github.com/swc-project/swc.git
synced 2024-12-23 13:51:19 +03:00
9 lines
118 B
TypeScript
9 lines
118 B
TypeScript
export * as bar from "./bar";
|
|
|
|
export const d = "d1";
|
|
|
|
export default {
|
|
"a": "a1",
|
|
"b": "b1",
|
|
"c": "c1",
|
|
} |