Skip to content

Commit

Permalink
fix: IGenericObject is exported twice
Browse files Browse the repository at this point in the history
  • Loading branch information
c4spar committed May 21, 2020
1 parent 8fbe263 commit 28fd483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export * from './ansi-escape.ts';
export * from './command.ts';
export * from './flags.ts';
export * from './keycode.ts';
export { KeyCode, IKey, KeyEvent } from './keycode.ts';
export * from './prompt.ts';
export * from './table.ts';

0 comments on commit 28fd483

Please sign in to comment.