Skip to content

Commit

Permalink
fix(types): expose types
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Feb 13, 2024
1 parent 3b33630 commit 696b74d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
export { poku } from './modules/poku.js';
export { exit } from './modules/exit.js';
export type { Code } from './@types/code.js';
export type { Configs } from './@types/poku.js';

0 comments on commit 696b74d

Please sign in to comment.