UNPKG

scandit-sdk

Version:

Scandit Barcode Scanner SDK for the Web

5 lines 237 B
// See https://www.typescriptlang.org/docs/handbook/unions-and-intersections.html#union-exhaustiveness-checking export function assertUnreachable(x) { throw new Error(`Unexpected object: ${x}`); } //# sourceMappingURL=tsHelper.js.map