UNPKG

@tjieco/library

Version:

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

12 lines (11 loc) 241 B
"use strict"; exports.__esModule = true; var Float = /** @class */ (function () { function Float() { } Float.floatToIntBits = function (f) { return f; }; return Float; }()); exports["default"] = Float;