Hackfut Security File Manager
Current Path:
/home/haielekt/pasangac.com/wp-content/plugins/chaty/src/compose
home
/
haielekt
/
pasangac.com
/
wp-content
/
plugins
/
chaty
/
src
/
compose
/
📁
..
📄
index.js
(290 B)
Editing: 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 }) } } }
Upload File
Create Folder