UNPKG

ivr-tester

Version:

An automated testing framework for IVR call flows

6 lines (5 loc) 161 B
import { When } from "./When"; /** * Progresses when a transcript has been provided, without caring what it says */ export declare const provided: () => When;