js-adler32/bits/10_types.js
SheetJS 8215562b11 version bump 0.3.0
- AMD support (h/t @lmk123 for initially contributing to js-crc32)
- added missing bitshift (h/t @florentbr for initially contributing to js-crc32)
- flow annotaations
- updated ci node versions
2016-01-16 00:36:58 -05:00

5 lines
71 B
JavaScript

/*::
type ADLER32Type = number;
type ABuf = Array<number> | Buffer;
*/