Skip to content

Commit d41fe5d

Browse files
authored
feat(types): export OctokitOptions from index.ts (#646)
1 parent 7c16ca6 commit d41fe5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import type {
1616
} from "./types.js";
1717
import { VERSION } from "./version.js";
1818

19+
export type { OctokitOptions } from "./types.js";
20+
1921
const noop = () => {};
2022
const consoleWarn = console.warn.bind(console);
2123
const consoleError = console.error.bind(console);

0 commit comments

Comments
 (0)