export function board()

in sim/simulator.ts [14:16]


    export function board() : Board {
        return runtime.board as Board;
    }