aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts
index ad1d380..038ff16 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1 +1,2 @@
-export const x = 1;
+export { CPU, ICPU, ICPUMemoryHook, ICPUMemoryHooks } from './cpu';
+export { avrInstruction } from './instruction';