Skip to content

Commit

Permalink
fix: only use types form /types (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf authored Jan 1, 2024
1 parent ddbc3d5 commit ad40db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deps.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export {
RawApi,
Transformer,
} from "grammy";
export * from "grammy/types";
export type * from "grammy/types";

0 comments on commit ad40db4

Please sign in to comment.