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