Files
freeCodeCamp/tools/challenge-helper-scripts/helpers/get-project-meta-path.d.ts
2021-07-07 02:22:12 +02:00

5 lines
103 B
TypeScript

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