SheetJS
8215562b11
- 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
5 lines
71 B
JavaScript
5 lines
71 B
JavaScript
/*::
|
|
type ADLER32Type = number;
|
|
type ABuf = Array<number> | Buffer;
|
|
*/
|