UNPKG

@bespunky/angular-zen

Version:

The Angular tools you always wished were there.

4 lines (3 loc) 242 B
import { DurationAnnotation, DurationBreakdown } from '../abstraction/types/general'; export declare function durationToMs(duration: DurationAnnotation): number; export declare function breakdownTime(showingForMs: number): DurationBreakdown;