We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f0848 commit e3727b4Copy full SHA for e3727b4
src/index.ts
@@ -1,8 +1,7 @@
1
// @ts-expect-error No types for "bottleneck/light"
2
import BottleneckLight from "bottleneck/light.js";
3
import type TBottleneck from "bottleneck";
4
-import { Octokit } from "@octokit/core";
5
-import type { OctokitOptions } from "@octokit/core";
+import type { Octokit, OctokitOptions } from "@octokit/core";
6
import type { Groups, State, ThrottlingOptions } from "./types.js";
7
import { VERSION } from "./version.js";
8
0 commit comments