const html=`
HI
`; partial(html).el; partial(html,1000).el; partial(html,1000).then(el=>console.log(el));