mirror of
https://github.com/github/codeql-action.git
synced 2026-04-23 15:28:57 +00:00
5 lines
140 B
TypeScript
5 lines
140 B
TypeScript
/**
|
|
* Returns a User Agent String based on the current environment (Browser, Node, Deno, etc).
|
|
*/
|
|
export function getUserAgent(): string;
|