Skip to content

Commit

Permalink
feat(mod): export types of interface
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Mar 21, 2023
1 parent 813aad5 commit ba22f4b
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
Expand Up @@ -3,4 +3,4 @@

export { type Handler, type Middleware } from "./deps.ts";
export { etag } from "./middleware.ts";
export type { ETagStrategy } from "./types.ts";
export type { Digest, ETagStrategy } from "./types.ts";

0 comments on commit ba22f4b

Please sign in to comment.