We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OctokitOptions
index.ts
1 parent 7c16ca6 commit d41fe5dCopy full SHA for d41fe5d
src/index.ts
@@ -16,6 +16,8 @@ import type {
16
} from "./types.js";
17
import { VERSION } from "./version.js";
18
19
+export type { OctokitOptions } from "./types.js";
20
+
21
const noop = () => {};
22
const consoleWarn = console.warn.bind(console);
23
const consoleError = console.error.bind(console);
0 commit comments