UNPKG

@zxing/library

Version:

TypeScript port of ZXing multi-format 1D/2D barcode image processing library.

11 lines (10 loc) 283 B
export default class System { /** * Makes a copy of a array. */ static arraycopy(src: any, srcPos: number, dest: any, destPos: number, length: number): void; /** * Returns the current time in milliseconds. */ static currentTimeMillis(): number; }