LogSpan.ts overview
Since v2.0.0
Exports Grouped by Category
constructors
make
Signature
declare const make: (label: string, startTime: number) => LogSpan
Since v2.0.0
destructors
render
Signature
declare const render: (now: number) => (self: LogSpan) => string
Since v2.0.0
models
LogSpan (interface)
Signature
export interface LogSpan {
readonly label: string
readonly startTime: number
}
Since v2.0.0