1 2 3 4 5
import * as riot from 'riot'; export default stream => { riot.mixin('stream', { stream }); };