mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-19 09:08:10 +09:00
6 lines
96 B
JavaScript
6 lines
96 B
JavaScript
import * as riot from 'riot';
|
|
|
|
export default stream => {
|
|
riot.mixin('stream', { stream });
|
|
};
|