MCPcopy
hub / github.com/kefirjs/kefir / value

Function value

test/flow/observe.js:8–12  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

6
7s1.observe({
8 value(x) {
9 const good: number = x
10 // $ExpectError
11 const bad: string = x
12 },
13 error: e => {},
14})
15

Callers 15

flat-map-concat.jsFile · 0.50
testWithLibFunction · 0.50
transduce.jsFile · 0.50
interval.jsFile · 0.50
diff.jsFile · 0.50
buffer-by.jsFile · 0.50
pool.jsFile · 0.50
with-handler.jsFile · 0.50
debounce.jsFile · 0.50
es-observable.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…