Files
n8n-nodes-gwezz-changdunovel/node_modules/universal-user-agent/index.d.ts
2025-10-26 23:10:15 +08:00

5 lines
140 B
TypeScript

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