Files
freeCodeCamp/tools/challenge-helper-scripts/helpers/get-project-meta-path.d.ts

5 lines
103 B
TypeScript
Raw Normal View History

export declare function getProjectMetaPath(
curriculumPath: string,
projectName: string
): string;