UNPKG
@tko/computed
Version:
latest (4.0.0-beta1.3)
4.0.0-beta1.3
4.0.0-beta1.0
4.0.0-alpha8.0
4.0.0-alpha7.4
4.0.0-alpha7.3
4.0.0-alpha7.2
4.0.0-alpha7.1
4.0.0-alpha7.0
4.0.0-alpha6.11.0
4.0.0-alpha6.9
4.0.0-alpha6.8
4.0.0-alpha6.7
4.0.0-alpha6.6
4.0.0-alpha6.5
4.0.0-alpha6.4
4.0.0-alpha6.3
4.0.0-alpha6.2
TKO Computed Observables
tko.io
knockout/tko
@tko/computed
/
dist
/
index.mjs
17 lines
(16 loc)
•
254 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// @tko/computed 🥊 4.0.0-beta1.3 MJS
export
{ computed, isComputed, isPureComputed, pureComputed }
from
"./computed"
;
export
{ throttleExtender }
from
"./throttleExtender"
;
export
{ proxy }
from
"./proxy"
;
export
{ when }
from
"./when"
;