UNPKG

capacitor-plugin-scanbot-sdk

Version:

Scanbot Document and Barcode Scanner SDK for Capacitor

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