Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/freshframework/fresh
/ isLazy
Function
isLazy
packages/fresh/src/utils.ts:283–285 ·
view source on GitHub ↗
(value: MaybeLazy<T>)
Source
from the content-addressed store, hash-verified
281
}
282
283
export
function
isLazy<T>(value: MaybeLazy<T>): value is Lazy<T> {
284
return
typeof value ===
"function"
;
285
}
Callers
3
fsItemsToCommands
Function · 0.90
newRouteCmd
Function · 0.90
applyCommandsInner
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected