UNPKG

react-native-scanbot-sdk

Version:

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

11 lines 188 B
export class PartiallyConstructible { /** @internal */ _marker() {} } export class Point { constructor(x, y) { this.x = x; this.y = y; } } //# sourceMappingURL=utils.js.map