novy-syndicate/main.ts

8 lines
132 B
TypeScript
Raw Normal View History

2021-02-22 09:12:10 +00:00
import { Actor, Turn } from './actor.js';
Turn.for(null, async (t: Turn) => {
const a = new Actor().ref({
});
});