Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Fix BarcodeType type #2086 #2109

Merged
merged 1 commit into from Feb 15, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/index.d.ts
Expand Up @@ -42,7 +42,7 @@ type BarCodeType = Readonly<{
ean8: any;
pdf417: any;
qr: any;
upce: any;
upc_e: any;
interleaved2of5: any;
itf14: any;
datamatrix: any;
Expand Down