UNPKG

ivr-tester

Version:

An automated testing framework for IVR call flows

9 lines (8 loc) 212 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isAnything = void 0; /** * Always evaluates as true */ const isAnything = () => () => true; exports.isAnything = isAnything;