UNPKG

140 BTypeScriptView Raw
1/**
2 * Returns a User Agent String based on the current environment (Browser, Node, Deno, etc).
3 */
4export function getUserAgent(): string;