UNPKG

react-native-scanbot-sdk

Version:

Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS

19 lines (18 loc) 391 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Point = exports.PartiallyConstructible = void 0; class PartiallyConstructible { /** @internal */ _marker() {} } exports.PartiallyConstructible = PartiallyConstructible; class Point { constructor(x, y) { this.x = x; this.y = y; } } exports.Point = Point; //# sourceMappingURL=utils.js.map