@nut-tree-fork/shared
Version:
Shared objects, data types and functions for @nut-tree-fork/nut-js
12 lines • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MatchResult = void 0;
class MatchResult {
constructor(confidence, location, error) {
this.confidence = confidence;
this.location = location;
this.error = error;
}
}
exports.MatchResult = MatchResult;
//# sourceMappingURL=match-result.class.js.map