UNPKG

@tjieco/library

Version:

TypeScript port of ZXing multi-format 1D/2D barcode image processing library, with Code128 and ITF support.

5 lines (4 loc) 174 B
export default class System { static arraycopy(src: any, srcPos: number, dest: any, destPos: number, length: number): void; static currentTimeMillis(): number; }