UNPKG

ivr-tester

Version:

An automated testing framework for IVR call flows

7 lines (6 loc) 227 B
import { Then } from "./Then"; /** * Sends DTMF tones to the call * @param dtmfSequence - Supported digits are 0123456789*# and w. w represents a pause of 0.5s. */ export declare const press: (dtmfSequence: string) => Then;