novy-syndicate/t.ts

8 lines
160 B
TypeScript
Raw Normal View History

2021-03-02 08:50:23 +00:00
import { Assertion, Turn } from './actor';
console.log('hi')
export default function (_t: Turn, arg: Assertion) {
console.log('in exported main', arg);
}