From 96a6dba4371a2e319a47335b2bf366b695b6c17a Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Fri, 10 Sep 2021 21:16:34 +0300 Subject: refactor: remove the ICPU interface Removing the interface simplifies the code --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/index.ts') diff --git a/src/index.ts b/src/index.ts index 15cc3fa..c1089aa 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,7 +4,7 @@ * Copyright (C) 2019, 2020, Uri Shaked */ -export { CPU, ICPU, CPUMemoryHook, CPUMemoryHooks } from './cpu/cpu'; +export { CPU, CPUMemoryHook, CPUMemoryHooks } from './cpu/cpu'; export { avrInstruction } from './cpu/instruction'; export { avrInterrupt } from './cpu/interrupt'; export { -- cgit v1.2.3