ascvh@#%(^-^)V ?host,ip,port,protocol,title,domain,country,city,link,org ???à JFIF  x x ?? C         ?? C   ?à   " ??     ?? μ  } !1AQa "q2?‘?#B±áR?e$3br? %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz??…???‰?’“”?–—???¢£¤¥|§¨?a23′μ?·?1o??????èéêòó???×?ùúáa?????èéê?òó???÷?ùú??     ?? μ   w !1AQ aq"2?B‘?±á #3Rebr?{ gilour

File "index.js"

Full Path: /home/zcziejy/ryadselyen/chaty/src/compose/index.js
File size: 290 bytes
MIME-type: text/plain
Charset: utf-8

export default function compose( ...funs ) {

    const props = funs.reduceRight( (total, current) => {
        return {...total, ...current}
    }, {})

    return function( source ) {
        return function( values ) {
            return source({ ...values, ...props })
        }
    }
}