
js.prompto.runtime.Score.js Maven / Gradle / Ivy
function Score() {
return this;
}
Score.BETTER = new Score();
Score.WORSE = new Score();
Score.SIMILAR = new Score();
exports.Score = Score;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy