Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/reduxjs/redux
/ ctorName
Function
ctorName
src/utils/kindOf.ts:40–42 ·
view source on GitHub ↗
(val: any)
Source
from the content-addressed store, hash-verified
38
}
39
40
function
ctorName(val: any): string | null {
41
return
typeof val.constructor ===
'function'
? val.constructor.name : null
42
}
43
44
function
isError(val: any) {
45
return
(
Callers
1
miniKindOf
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected