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

Commit 1e64b15

Browse files
SimonErmn1ru4l
authored andcommitted
fix: change misspelled upce to upc_e (adjust to native constants) (#2109)
1 parent 84fdbe6 commit 1e64b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ type BarCodeType = Readonly<{
4242
ean8: any;
4343
pdf417: any;
4444
qr: any;
45-
upce: any;
45+
upc_e: any;
4646
interleaved2of5: any;
4747
itf14: any;
4848
datamatrix: any;

0 commit comments

Comments
 (0)