index of
/
home
/
thefkyzp
/
hulmvisaadvisor.com
/
wp-content
/
plugins
/
chaty
/
src
/
compose
/
File: /home/thefkyzp/hulmvisaadvisor.com/wp-content/plugins/chaty/src/compose/index.js
export default function compose( ...funs ) { const props = funs.reduceRight( (total, current) => { return {...total, ...current} }, {}) return function( source ) { return function( values ) { return source({ ...values, ...props }) } } }