This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This is necessary because Typescript refuses to import the file unless it has | |
// an export apparently. 🥲 | |
export {}; | |
declare global { | |
/** | |
* The possible types of barcode format that can be detected using the | |
* Barcode Detection API. This list may change in the future. | |
* Adapted from: https://developer.mozilla.org/en-US/docs/Web/API/Barcode_Detection_API | |
*/ |