MCPcopy Create free account
hub / github.com/brillout/react-streaming / assertIsNotBrowser

Function assertIsNotBrowser

src/utils/assertIsNotBrowser.ts:7–9  ·  view source on GitHub ↗

Ensure we don't bloat the client-side

()

Source from the content-addressed store, hash-verified

5
6/** Ensure we don't bloat the client-side */
7function assertIsNotBrowser() {
8 assert(!isBrowser())
9}

Callers 2

getBetterError.tsFile · 0.85
path.tsFile · 0.85

Calls 2

assertFunction · 0.85
isBrowserFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…