Press n or j to go to the next uncovered block, b, p or k for the previous block.
import { isWindow } from './is' export function useInClient() { if (!isWindow()) { throw 'This function must use in client' } }