crann
Version:
Effortless State Synchronization for Web Extensions
11 lines (10 loc) • 317 B
TypeScript
import { AgentInfo } from "../transport";
/**
* Formats an agent tag based on the agent information
* @param agent Agent information
* @param options Configuration options
* @returns Formatted agent tag string
*/
export declare function getAgentTag(agent: AgentInfo, options?: {
terse?: boolean;
}): string;