Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ts-essentials/ts-essentials
/ isExact
Function
isExact
lib/functions/is-exact/index.ts:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
export
const
isExact =
4
<ExpectedShape>() =>
5
<ActualShape>(x: IsExact<ActualShape, ExpectedShape>) =>
6
x as ExpectedShape;
Callers
7
testArray
Function · 0.85
testObjects
Function · 0.85
testObjectUnionType
Function · 0.85
testObjectUndefinedUnionProperties
Function · 0.85
testPrimitiveUnionType
Function · 0.85
testEnums
Function · 0.85
function-parameters.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
6
testArray
Function · 0.68
testObjects
Function · 0.68
testObjectUnionType
Function · 0.68
testObjectUndefinedUnionProperties
Function · 0.68
testPrimitiveUnionType
Function · 0.68
testEnums
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…