File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- import { Octokit } from "@octokit/core" ;
1
+ import type { Octokit } from "@octokit/core" ;
2
2
import { createIterator } from "./iterator" ;
3
3
import { createPaginate } from "./paginate" ;
4
4
export type { PageInfoForward , PageInfoBackward } from "./page-info" ;
Original file line number Diff line number Diff line change 1
1
import { extractPageInfos } from "./extract-page-info" ;
2
- import { Octokit } from "@octokit/core" ;
2
+ import type { Octokit } from "@octokit/core" ;
3
3
import { getCursorFrom , hasAnotherPage } from "./page-info" ;
4
4
import { MissingCursorChange } from "./errors" ;
5
5
Original file line number Diff line number Diff line change 1
- import { Octokit } from "@octokit/core" ;
1
+ import type { Octokit } from "@octokit/core" ;
2
2
import { mergeResponses } from "./merge-responses" ;
3
3
import { createIterator } from "./iterator" ;
4
4
You can’t perform that action at this time.
0 commit comments