UNPKG

@nadeshikon/plugin-nextjs

Version:
6 lines (5 loc) 152 B
export default () => 'esm-export' export const named = 'named' export const value = 123 export const array = [4, 5, 6] export const obj = { x: 1 }