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

11 lines (10 loc) 281 B
"use strict"; exports.__esModule = true; exports.default = getDecls; function getDecls(rule, properties) { return rule.nodes.filter(function (_ref) { var prop = _ref.prop; return prop && ~properties.indexOf(prop); }); } module.exports = exports["default"];