@dash0/sdk-web
Version:
Dash0's Web SDK to collect telemetry from end-users' web browsers
7 lines (6 loc) • 298 B
TypeScript
export type TimeInput = number | Date;
export declare function now(): number;
export declare function nowNanos(): string;
export declare function toNanosTs(time: TimeInput): string;
export declare function getTimeOrigin(): number;
export declare function domHRTimestampToNanos(ts: number): string;