fock-logger - v7.0.1
    Preparing search index...

    Type Alias TimestampFormatterOptions

    TimestampFormatterOptions:
        | {
            formatter: (date: Date) => string;
            locale?: undefined;
            timeZone?: undefined;
        }
        | { formatter?: undefined; locale?: string; timeZone: string }
        | { formatter?: undefined; locale?: undefined; timeZone?: undefined }

    Опции для создания экземпляра TimestampService.