apple2js/js/entry2e.ts
Will Scullin ba203498f4
TypeScript remnants (#94)
* Clean up remaining Javascript
* ProDOS to TypeScript.
* NSC to TypeScript
2021-12-22 10:37:21 -08:00

5 lines
112 B
TypeScript

import { apple2 } from './main2e';
import * as UI from './ui/apple2';
export const Apple2 = { ...UI, apple2 };