UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

13 lines 376 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExerciseTypeMapper = void 0; class ExerciseTypeMapper { mapFromGenerated(generated) { return generated; } mapToGenerated(exerciseType) { return exerciseType; } } exports.ExerciseTypeMapper = ExerciseTypeMapper; //# sourceMappingURL=exercise-type.mapper.js.map