MCPcopy Create free account
hub / github.com/dtinth/ThreadGPT / ScreenSize

Interface ScreenSize

src/useScreenSize.tsx:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { useEffect, useState } from 'react'
2
3export interface ScreenSize {
4 width: number
5 height: number
6 isMobile: boolean
7}
8
9export function isUndefined(value: unknown): value is undefined {
10 return typeof value === 'undefined'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected