UNPKG

@appsemble/node-utils

Version:

NodeJS utilities used by Appsemble internally.

9 lines (8 loc) 331 B
/** * Returns all the directory names that are specified in the * 'trainingOrder' of the chapters' `properties.json` * * @param path The absolute path to read the trainings from * @returns List of the directory names that contain valid trainings */ export declare function getValidTrainings(path: string): Promise<string[]>;