js-crc32/bits/10_types.js

6 lines
119 B
JavaScript
Raw Normal View History

2015-05-06 21:47:18 +00:00
/*::
type CRC32Type = number;
type ABuf = Array<number> | Buffer;
type CRC32TableType = Array<number> | Int32Array;
*/