4 lines
194 B
TypeScript
4 lines
194 B
TypeScript
import { BarcodeFormat } from '@zxing/library';
|
|
export declare const zxingToNativeFormat: Record<BarcodeFormat, string>;
|
|
export declare const nativeToZxingFormat: Record<string, BarcodeFormat>;
|