UNPKG

ivr-tester-cli

Version:

CLI for automated testing of IVR call flows

4 lines (3 loc) 174 B
/// <reference types="node" /> import { accessSync } from "fs"; export declare function readableFileValidator(fsAccessSync: typeof accessSync): (filePath: string) => string;