UNPKG

wiremock-rest-client

Version:

Lightweight REST client to interact with a running WireMock server

5 lines (4 loc) 166 B
export declare class FileUtil { static getFileContent(fileName: string): string; static getFilesFromDir(directoryName: string, files?: string[]): string[]; }