MCPcopy
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
27export function expectExactType<T>(t: T) {
28 return <U extends T>(u: U & Equals<T, U>) => {}
29}

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…