freeCodeCamp/tools/challenge-helper-scripts/utils.d.ts

11 lines
252 B
TypeScript
Raw Normal View History

type CreateStepOptions = {
projectPath: string;
stepNum: number;
challengeSeeds: Record<string, unknown>;
stepBetween: boolean;
};
export declare function createStepFile(options: CreateStepOptions): string;
// TODO: the rest of the functions