UNPKG

epc-tds-ts

Version:

EPC Tag Data Standard encoding and decoding library, written in javascript for Node.js

7 lines 217 B
export class Partition { constructor(offset: any, bits1: any, digits1: any, bits2: any, digits2: any); a: Segment; b: Segment; } import { Segment } from "./segment"; //# sourceMappingURL=partition.d.ts.map