UNPKG

e-lado

Version:

[![CircleCI](https://circleci.com/gh/sharetribe/sharetribe/tree/master.svg?style=svg)](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [![Dependency Status](https://gemnasium.com/sharetribe/sharetribe.png)](https://gemnasium.com/sharetribe/shar

13 lines (10 loc) 274 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); exports['default'] = function (rule, prop) { return rule.nodes.filter(function (n) { return n.prop && ~n.prop.indexOf(prop); }).pop(); }; module.exports = exports['default'];