callbag html:用于callbag的html标记库 源码
callbag-html 用于callbag的html标记库 例子 const { div , span , br } = require ( 'callbag-html' ) const { pipe , map , interval } = require ( 'callbag-basics' ) // A callbag stream of an HTMLElement const clock = pipe ( interval ( 1000 ) , map ( ( ) => span ( `The time is ${ new Date ( ) . toString ( ) } ` ) ) ) document . body . appendChild ( div ( [ span ( 'The time is:' ) , // Can acce
下载地址
用户评论