UNPKG

rxjs-hooks

Version:
4 lines 139 B
export function find(node, type) { return node.find(function (node) { return node.type === type; }); } //# sourceMappingURL=find.js.map