UNPKG
rxjs-hooks
Version:
latest (0.8.0-alpha.0)
0.8.0-alpha.0
0.7.0
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.1
React hooks for RxJS
github.com/LeetCode-OpenSource/rxjs-hooks
LeetCode-OpenSource/rxjs-hooks
rxjs-hooks
/
dist
/
esm
/
__test__
/
find.js
4 lines
•
139 B
JavaScript
View Raw
1
2
3
4
export
function
find
(node, type)
{
return
node.
find
(
function
(node)
{
return
node.
type
===
type
; }); } //# sourceMappingURL=
find
.js.map