Files
codeql-action/node_modules/@octokit/endpoint/node_modules/universal-user-agent/index.d.ts
Andrew Eisenberg 5f98c40063 Fix dependabot errors
I explicitly had to downgrade "@octokit/plugin-retry" to "^6.0.0". Other
dependencies were upgraded.
2025-03-14 13:13:56 -07:00

5 lines
140 B
TypeScript

/**
* Returns a User Agent String based on the current environment (Browser, Node, Deno, etc).
*/
export function getUserAgent(): string;