Skip to content

Commit

Permalink
feat: Avoid crach when getting null gallery tag data
Browse files Browse the repository at this point in the history
Rename elements of interface PageRange
Make interfaces export from source/index.ts
  • Loading branch information
H2Owater425 committed May 24, 2021
1 parent b14e215 commit 752eb8b
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 53 deletions.
4 changes: 2 additions & 2 deletions library/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export as namespace hitomi;

interface PageRange {
startPage: number;
endPage?: number;
startIndex: number;
endIndex?: number;
}

export interface Image {
Expand Down
2 changes: 1 addition & 1 deletion library/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 752eb8b

Please sign in to comment.