芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/public_html/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 }) } } }