Skip to content

Commit e3727b4

Browse files
authored
fix: only import Octokit as type (#721)
1 parent f8f0848 commit e3727b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// @ts-expect-error No types for "bottleneck/light"
22
import BottleneckLight from "bottleneck/light.js";
33
import type TBottleneck from "bottleneck";
4-
import { Octokit } from "@octokit/core";
5-
import type { OctokitOptions } from "@octokit/core";
4+
import type { Octokit, OctokitOptions } from "@octokit/core";
65
import type { Groups, State, ThrottlingOptions } from "./types.js";
76
import { VERSION } from "./version.js";
87

0 commit comments

Comments
 (0)