MCPcopy
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
283export function isLazy<T>(value: MaybeLazy<T>): value is Lazy<T> {
284 return typeof value === "function";
285}

Callers 3

fsItemsToCommandsFunction · 0.90
newRouteCmdFunction · 0.90
applyCommandsInnerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected