UNPKG

@octokit/auth-token

Version:

GitHub API token authentication for browsers and Node.js

3 lines (2 loc) 126 B
import type { Token, Authentication } from "./types.js"; export declare function auth(token: Token): Promise<Authentication>;