mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
ba203498f4
* Clean up remaining Javascript * ProDOS to TypeScript. * NSC to TypeScript
5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
import { apple2 } from './main2e';
|
|
import * as UI from './ui/apple2';
|
|
|
|
export const Apple2 = { ...UI, apple2 };
|