Skip to content

Commit

Permalink
feat(mod): export dependent interface
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Mar 28, 2023
1 parent 41237a4 commit 32609a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export {
type OtherRange,
parseRange,
type Range,
type RangeSet,
type RangeSpec,
type RangesSpecifier,
type SuffixRange,
Expand Down
1 change: 1 addition & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export {
type IntRange,
type Middleware,
type OtherRange,
type RangeSet,
type RangeSpec,
type RangesSpecifier,
type SuffixRange,
Expand Down

0 comments on commit 32609a6

Please sign in to comment.