UNPKG

@ombori/epc-ean

Version:

EPC Tag Data Standard encoding and decoding library, written in javascript

7 lines (6 loc) 178 B
export class Partition { constructor(offset: any, bits1: any, digits1: any, bits2: any, digits2: any); a: Segment; b: Segment; } import { Segment } from './segment';