UNPKG
@darthmaim/barcode
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Verify EAN barcodes
github.com/darthmaim/barcode
darthmaim/barcode
@darthmaim/barcode
/
lib
/
helper.d.ts
6 lines
(5 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
dataWithWidth
(
data
:
string
): {
data
:
string
;
width
:
number
; };
export
declare
const
Encoding
:
Record
<
string
,
Record
<
string
,
string
>>;