UNPKG

ivr-tester-cli

Version:

CLI for automated testing of IVR call flows

5 lines (4 loc) 245 B
/// <reference types="node" /> import { readFileSync } from "fs"; export declare type JsonFileReader = (path: string) => Record<string, unknown>; export declare function createJsonFileReader(fsReadFileSync: typeof readFileSync): JsonFileReader;