Skip to content

Commit

Permalink
fix: improve jsr docs for HttpCache (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Aug 13, 2024
1 parent 5d0b186 commit 8ea0ea8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ import { type CacheSetting, FileFetcher } from "./file_fetcher.ts";

export { FetchCacher } from "./cache.ts";
export { DenoDir } from "./deno_dir.ts";
export { HttpCache } from "./http_cache.ts";
export { DiskCache } from "./disk_cache.ts";
export { type CacheSetting, FileFetcher } from "./file_fetcher.ts";

export interface Loader {
Expand Down

0 comments on commit 8ea0ea8

Please sign in to comment.