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.
btoa-lite
1 parent 644a8a1 commit 592926dCopy full SHA for 592926d
src/delete-token.ts
@@ -1,6 +1,5 @@
1
import { request as defaultRequest } from "@octokit/request";
2
import type { RequestInterface, Endpoints } from "@octokit/types";
3
-import btoa from "btoa-lite";
4
5
export type DeleteTokenOAuthAppOptions = {
6
clientType: "oauth-app";
src/scope-token.ts
import type {
GitHubAppAuthenticationWithExpirationEnabled,
0 commit comments