UNPKG

@helgoland/core

Version:

8 lines (7 loc) 299 B
/// <reference types="moment" /> import { unitOfTime, Duration } from 'moment'; import { TimeValueTuple } from '../model/dataset-api/data'; export declare class SumValuesService { constructor(); sum(startOf: unitOfTime.StartOf, period: Duration, data: TimeValueTuple[]): TimeValueTuple[]; }