UNPKG

jokio

Version:

core, awesome, simple functions

11 lines (10 loc) 388 B
declare const fs: any; declare const fsx: any; declare const path: any; declare function dirExists(dirPath: any): any; declare function getDirectories(rootDir: any): any; declare function getFiles(rootDir: any): any; declare function getIntegrationMockContent(file: any): string; declare function createIntegrationMock(): void; declare const argv: string[]; declare function run(): void;