UNPKG

twing

Version:

First-class Twig engine for the JavaScript ecosystem

9 lines (8 loc) 250 B
import type { Duration } from "luxon"; /** * @param {"luxon".luxon.Duration} duration * @param {string} format * * @returns {string} The formatted interval. */ export declare const formatDuration: (duration: Duration, format: string) => string;