Skip to content

Commit

Permalink
feat(types): export OctokitOptions from index.ts (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgear committed Jan 20, 2024
1 parent 7c16ca6 commit d41fe5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import type {
} from "./types.js";
import { VERSION } from "./version.js";

export type { OctokitOptions } from "./types.js";

const noop = () => {};
const consoleWarn = console.warn.bind(console);
const consoleError = console.error.bind(console);
Expand Down

0 comments on commit d41fe5d

Please sign in to comment.