Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 */
7
function
assertIsNotBrowser() {
8
assert(!isBrowser())
9
}
Callers
2
getBetterError.ts
File · 0.85
path.ts
File · 0.85
Calls
2
assert
Function · 0.85
isBrowser
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…