react-code-dataset
/
next.js
/test
/development
/app-dir
/async-request-warnings
/app
/no-access
/mismatch
/page.js
| 'use client' | |
| export default function Page() { | |
| return typeof window === 'undefined' ? 'server' : 'client' | |
| } | |