vremel
Version:
JavaScript date utility library for Temporal API
9 lines • 414 B
TypeScript
import type { Temporal } from "../types.js";
/**
* Returns the longest of the given durations.
* @param durations array of durations
* @param options the options passed to `Temporal.Duration.compare`
* @returns the longest of the duration
*/
export declare function longest(durations: Temporal.Duration[], options?: Temporal.DurationArithmeticOptions): Temporal.Duration;
//# sourceMappingURL=longest.d.ts.map