UNPKG

skypager-project

Version:
7 lines (6 loc) 225 B
import { mixinPropertyUtils } from 'skypager-util/lib/properties' module.exports = function(chain, api = {}) { return chain .invoke('select', 'entity', api) .thru(result => mixinPropertyUtils(result, true, true)) }