import React from 'react' export default function Page() { return ( <>

{typeof process === 'object' ? typeof process.emit === 'function' ? 'emit' : 'object' : 'undefined'}

) } export const runtime = 'edge'