Skip to content

Commit

Permalink
feat(mod): export strategy types
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Mar 21, 2023
1 parent 39734cb commit cc4ba93
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
// Copyright 2023-latest the httpland authors. All rights reserved. MIT license.
// This module is browser compatible.

export {
type ETag,
type ETagFormat,
type Handler,
type Middleware,
} from "./deps.ts";
export { type Handler, type Middleware } from "./deps.ts";
export { etag } from "./middleware.ts";
export type { CalculateETag } from "./types.ts";
export type { Algorithm, ETagStrategy } from "./types.ts";

0 comments on commit cc4ba93

Please sign in to comment.