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

14 lines (10 loc) 319 B
var compactable = require('./compactable'); function restoreWithComponents(property) { var descriptor = compactable[property.name]; if (descriptor && descriptor.shorthand) { return descriptor.restore(property, compactable); } else { return property.value; } } module.exports = restoreWithComponents;