novy-syndicate/main.ts

8 lines
132 B
TypeScript

import { Actor, Turn } from './actor.js';
Turn.for(null, async (t: Turn) => {
const a = new Actor().ref({
});
});