UNPKG

@microsoft.azure/autorest.testserver

Version:
7 lines (6 loc) 220 B
export declare const findFilesFromPattern: (pattern: string) => Promise<string[]>; /** * Ensure the given dir exists. * @param path Path to the dir. */ export declare const ensureDir: (path: string) => Promise<void>;