UNPKG

@ts-dev-tools/core

Version:
8 lines (7 loc) 346 B
/** * Create a full file structure for testing ts-dev-tools packages installation * This function is not using cache to prevents drift between current code and test code * @param projectDir path where to prepare packages * @returns packages directory path */ export declare function createTestPackagesDir(filename: string): Promise<string>;