Searched refs:TimestampFormatter (Results 1 – 2 of 2) sorted by relevance
34 export interface TimestampFormatter { interface40 private readonly formatter: TimestampFormatter;42 constructor(valueNs: bigint, formatter: TimestampFormatter) {
21 TimestampFormatter,36 class RealTimestampFormatter implements TimestampFormatter {