zxing-wasm
    Preparing search index...

    Type Alias MatrixBarcodeFormat

    MatrixBarcodeFormat: TakeFirst<
        Extract<
            typeof barcodeFormatsWithMeta[number],
            readonly [string, "M", ...unknown[]],
        >,
    >