MCPcopy
hub / github.com/danielpetho/fancy / toString

Method toString

src/hooks/use-screen-size.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 constructor(private value: ScreenSize) {}
21
22 toString(): ScreenSize {
23 return this.value
24 }
25
26 valueOf(): number {
27 return sizeOrder[this.value]

Callers 14

mdxComponentsFunction · 0.80
MobileLinkFunction · 0.80
FloatingElementFunction · 0.80
MatterBodyFunction · 0.80
MatterBodyFunction · 0.80
MarqueeAlongSvgPathFunction · 0.80
ElementAlongPathFunction · 0.80
AnimatedPathTextFunction · 0.80
MarqueeItemFunction · 0.80
TextHighlighterDemoFunction · 0.80
getDocSlugsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected