UNPKG

med-log

Version:

Logging package intended for gxp/samd regulated environments hosted in the cloud

7 lines (6 loc) 267 B
/** * Prepends a 0 to n if n is less than 10, and returns that as a string. */ export declare function prependZero(n: number, u?: number): string; export declare function formatDate(date: Date): string; export declare function formatTime(date: Date): string;