Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/date-fns/date-fns
/ always
Function
always
pkgs/docs/scripts/buildMds.ts:205–207 ·
view source on GitHub ↗
(condition: unknown)
Source
from the content-addressed store, hash-verified
203
}
204
205
function
always(condition: unknown): asserts condition {
206
if
(!condition) throw
new
Error(
"Assertion failed"
);
207
}
Callers
1
buildMds.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected