UNPKG

ember-legacy-class-transform

Version:
8 lines (6 loc) 224 B
import expandProperty from './expand-property'; export default function(propertyList) { return propertyList.reduce((newPropertyList, property) => { return newPropertyList.concat(expandProperty(property)); }, []); }