UNPKG

@nadeshikon/plugin-nextjs

Version:
7 lines (5 loc) 112 B
export function One() { return 'one' } export * from './two' export { Two as TwoAliased } from './two'