UNPKG

scandit-sdk

Version:

Scandit Barcode Scanner SDK for the Web

9 lines 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.assertUnreachable = void 0; // See https://www.typescriptlang.org/docs/handbook/unions-and-intersections.html#union-exhaustiveness-checking function assertUnreachable(x) { throw new Error("Unexpected object: ".concat(x)); } exports.assertUnreachable = assertUnreachable; //# sourceMappingURL=tsHelper.js.map