Type Alias ModulationTimer

ModulationTimer: CompletionTimer & {
    mod(amt: number): void;
}