UNPKG

@tjieco/library

Version:

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

6 lines (5 loc) 114 B
export default class Float { public static floatToIntBits(f: number): number { return f; } }