UNPKG

ivr-tester

Version:

An automated testing framework for IVR call flows

7 lines (6 loc) 284 B
import { FilenameFactory } from "./FilenameFactory"; export declare function sanitise(text: string): string; /** * Produces filename that looks like '<phone-number>-<datetime>-<scenario-name>-<optional-suffix>' */ export declare const ivrNumberAndTestNameFilename: FilenameFactory;