Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/meet
/ assertError
Function
assertError
app/utils/assertError.ts:1–4 ·
view source on GitHub ↗
(value: unknown)
Source
from the content-addressed store, hash-verified
1
export
function
assertError(value: unknown): asserts value is Error {
2
if
(value instanceof Error)
return
3
throw value
4
}
Callers
1
onMessage
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected