I explicitly had to downgrade "@octokit/plugin-retry" to "^6.0.0". Other dependencies were upgraded.
4 lines
140 B
TypeScript
4 lines
140 B
TypeScript
/**
|
|
* Returns a User Agent String based on the current environment (Browser, Node, Deno, etc).
|
|
*/
|
|
export function getUserAgent(): string;
|