UNPKG

@multiplayer-app/session-recorder-browser

Version:
7 lines 310 B
/** * Time and date utility functions */ export declare const getFormattedDate: (date: any, options?: any) => string; export declare const formatTimeForSessionTimer: (totalSeconds: any) => string; export declare const getTimeDifferenceInSeconds: (startedAt: any) => number; //# sourceMappingURL=time.d.ts.map