@ts-dev-tools/core
Version:
TS dev tools Core
8 lines (7 loc) • 346 B
TypeScript
/**
* 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>;