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
/
cjs
/
__test__
/
find.js
7 lines
•
230 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
function
find
(
node, type
) {
return
node.
find
(
function
(
node
) {
return
node.
type
=== type; }); }
exports
.
find
= find;
//# sourceMappingURL=find.js.map