Skip to content

Commit

Permalink
chore: renamed exports to mod
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuggett committed Apr 5, 2023
1 parent 84e4152 commit 9fd9a65
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions export.ts → mod.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export { DenoShell } from "./shells/deno-shell.ts";
export { UnknownKeyCodeError, userInput } from "./user-input.ts";

export type { Point } from "./point.ts";
export type { XY } from "./xy.ts";
export type { Key } from "./escape-codes/keys.ts";

0 comments on commit 9fd9a65

Please sign in to comment.