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.
1 parent 955e86c commit 80d6827Copy full SHA for 80d6827
src/index.ts
@@ -1,13 +1,5 @@
1
-import { createBasicAuth } from "@octokit/auth-basic";
2
-import { createAppAuth } from "@octokit/auth-app";
3
-import { createOAuthAppAuth } from "@octokit/auth-oauth-app";
4
-import { createTokenAuth } from "@octokit/auth-token";
5
-import { createActionAuth } from "@octokit/auth-action";
6
-
7
-export {
8
- createBasicAuth,
9
- createAppAuth,
10
- createOAuthAppAuth,
11
- createTokenAuth,
12
- createActionAuth
13
-};
+export { createBasicAuth } from "@octokit/auth-basic";
+export { createAppAuth } from "@octokit/auth-app";
+export { createOAuthAppAuth } from "@octokit/auth-oauth-app";
+export { createTokenAuth } from "@octokit/auth-token";
+export { createActionAuth } from "@octokit/auth-action";
0 commit comments