Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
s1.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.js
File · 0.50
testWithLib
Function · 0.50
transduce.js
File · 0.50
interval.js
File · 0.50
diff.js
File · 0.50
buffer-by.js
File · 0.50
buffer-with-time-or-count.js
File · 0.50
pool.js
File · 0.50
with-handler.js
File · 0.50
debounce.js
File · 0.50
errors-to-values.js
File · 0.50
es-observable.js
File · 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…