UNPKG

ivr-tester

Version:

An automated testing framework for IVR call flows

6 lines (5 loc) 201 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.and = void 0; const and = (...whens) => (transcript) => whens.every((when) => when(transcript)); exports.and = and;