Skip to content

Commit f4972a8

Browse files
committed
feat(mod): export related types
1 parent c4e8f4c commit f4972a8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

deps.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,13 @@ export {
4545
type BytesContext,
4646
BytesRange,
4747
type ComputeBoundary,
48+
type IntRange,
49+
type OtherRange,
4850
type Range,
51+
type RangeSet,
52+
type RangeSpec,
4953
type RangesSpecifier,
54+
type SuffixRange,
5055
} from "https://deno.land/x/[email protected]/mod.ts";
5156
export { default as parseHttpDate } from "https://esm.sh/[email protected]";
5257
export {

mod.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ export {
1212
BytesRange,
1313
type ComputeBoundary,
1414
type Handler,
15+
type IntRange,
1516
type Middleware,
17+
type OtherRange,
1618
type Range,
19+
type RangeSet,
20+
type RangeSpec,
1721
type RangesSpecifier,
22+
type SuffixRange,
1823
} from "./deps.ts";
1924
export { type Precondition } from "./types.ts";

0 commit comments

Comments
 (0)