Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ isUndefined
Function
isUndefined
packages/common/utils/shared.utils.ts:1–2 ·
view source on GitHub ↗
(obj: any)
Source
from the content-addressed store, hash-verified
1
export
const
isUndefined = (obj: any): obj is undefined =>
2
typeof obj ===
'undefined'
;
3
4
export
const
isObject = (fn: any): fn is object =>
5
!isNil(fn) && typeof fn ===
'object'
;
Callers
15
insertImport
Method · 0.90
isRouteInfo
Method · 0.90
registerRouteMiddleware
Method · 0.90
bindHandler
Method · 0.90
isCustomClass
Method · 0.90
isCustomFactory
Method · 0.90
isCustomUseExisting
Method · 0.90
addCustomClass
Method · 0.90
isDependencyTreeDurable
Method · 0.90
isDependencyTreeStatic
Method · 0.90
loadInstance
Method · 0.90
loadMiddleware
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected