Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/reduxjs/reselect
/ expectExactType
Function
expectExactType
typescript_test/typesTestUtils.ts:27–29 ·
view source on GitHub ↗
(t: T)
Source
from the content-addressed store, hash-verified
25
: false
26
27
export
function
expectExactType<T>(t: T) {
28
return
<U extends T>(u: U & Equals<T, U>) => {}
29
}
Callers
5
testTypedCreateStructuredSelector
Function · 0.90
issue554b
Function · 0.90
testCreateStructuredSelectorNew
Function · 0.90
overrideMemoizeAndArgsMemoizeInCreateSelector
Function · 0.90
memoizeAndArgsMemoizeInCreateSelectorCreator
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…