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