MCPcopy
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
40function ctorName(val: any): string | null {
41 return typeof val.constructor === 'function' ? val.constructor.name : null
42}
43
44function isError(val: any) {
45 return (

Callers 1

miniKindOfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected