UNPKG

rxjs-hooks

Version:
7 lines 230 B
"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