Skip to content

Commit 80d6827

Browse files
committed
refactor: simplify export
1 parent 955e86c commit 80d6827

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

src/index.ts

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
};
1+
export { createBasicAuth } from "@octokit/auth-basic";
2+
export { createAppAuth } from "@octokit/auth-app";
3+
export { createOAuthAppAuth } from "@octokit/auth-oauth-app";
4+
export { createTokenAuth } from "@octokit/auth-token";
5+
export { createActionAuth } from "@octokit/auth-action";

0 commit comments

Comments
 (0)