hello-world-javascript-action/node_modules/@octokit/auth-token/dist-types/auth.d.ts

3 lines
118 B
TypeScript

import { Token, Authentication } from "./types";
export declare function auth(token: Token): Promise<Authentication>;