UNPKG

@nadeshikon/plugin-nextjs

Version:
11 lines (9 loc) 170 B
const a = 'a' const b = 'b' const _c = 'c' const _d = 'd' const _e = 'e' const _eArr = [_e] export const c = _c export { a, b } export { _d as d, _eArr as e }