mirror of
https://github.com/danbulant/oxc
synced 2026-05-25 04:42:10 +00:00
3 lines
57 B
JavaScript
3 lines
57 B
JavaScript
import * as c from './c'
|
|
export { c }
|
|
export default 'b'
|