UNPKG

@ovotech/genesys-web-messaging-tester-cli

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