@sentry-internal/replay
Version:
User replays for Sentry
10 lines (9 loc) • 327 B
TypeScript
/**
* Converts a timestamp to ms, if it was in s, or keeps it as ms.
*/
export declare function timestampToMs(timestamp: number): number;
/**
* Converts a timestamp to s, if it was in ms, or keeps it as s.
*/
export declare function timestampToS(timestamp: number): number;
//# sourceMappingURL=timestamp.d.ts.map