File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,13 @@ export {
45
45
type BytesContext ,
46
46
BytesRange ,
47
47
type ComputeBoundary ,
48
+ type IntRange ,
49
+ type OtherRange ,
48
50
type Range ,
51
+ type RangeSet ,
52
+ type RangeSpec ,
49
53
type RangesSpecifier ,
54
+ type SuffixRange ,
50
55
} from "https://deno.land/x/[email protected] /mod.ts" ;
51
56
export { default as parseHttpDate } from "https://esm.sh/[email protected] " ;
52
57
export {
Original file line number Diff line number Diff line change @@ -12,8 +12,13 @@ export {
12
12
BytesRange ,
13
13
type ComputeBoundary ,
14
14
type Handler ,
15
+ type IntRange ,
15
16
type Middleware ,
17
+ type OtherRange ,
16
18
type Range ,
19
+ type RangeSet ,
20
+ type RangeSpec ,
17
21
type RangesSpecifier ,
22
+ type SuffixRange ,
18
23
} from "./deps.ts" ;
19
24
export { type Precondition } from "./types.ts" ;
You can’t perform that action at this time.
0 commit comments