Skip to content

Commit

Permalink
feat(mod): remove unrelated types
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Mar 25, 2023
1 parent 16d547e commit 068dd87
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 @@ -16,4 +16,4 @@ export {
BytesRange,
type ComputeBoundary,
} from "./ranges/bytes.ts";
export type { Range, RangeContext } from "./types.ts";
export type { Range } from "./types.ts";

0 comments on commit 068dd87

Please sign in to comment.