UNPKG

a2r

Version:
7 lines (6 loc) 187 B
/** * Gets file path to touch and trigger hot reload * @param projectType Project type */ declare const getFileToTouch: (projectType: string) => string; export default getFileToTouch;