UNPKG

netlify-cli

Version:

Netlify command line tool

11 lines 369 B
/** * Authenticate with the netlify app * @returns {Promise<Token>} Returns a Promise with a token object */ export declare const authWithNetlify: () => Promise<unknown>; /** * Get a GitHub token * @returns {Promise<Token>} Returns a Promise with a token object */ export declare const getGitHubToken: () => Promise<unknown>; //# sourceMappingURL=gh-auth.d.ts.map