UNPKG

@darthmaim/barcode

Version:
14 lines (13 loc) 244 B
export declare type EncodedGroup = { text?: string; width: number; } & ({ type: 'quietZone'; } | { type: 'marker' | 'data'; data: string; }); export declare type Encoded = { width: number; groups: EncodedGroup[]; };