Select the types of activity you want to include in your feed.
1import { mo } from 'moroutine'; 2 3export const gen = mo(import.meta, async function* () { 4 yield 1; 5 yield 2; 6});