js-crc32/bits/90_exports.js

8 lines
134 B
JavaScript
Raw Normal View History

2022-01-25 05:48:10 +00:00
CRC32.table = T0;
2018-01-17 21:27:59 +00:00
// $FlowIgnore
2014-06-16 21:27:47 +00:00
CRC32.bstr = crc32_bstr;
2018-01-17 21:27:59 +00:00
// $FlowIgnore
2014-06-16 21:27:47 +00:00
CRC32.buf = crc32_buf;
2018-01-17 21:27:59 +00:00
// $FlowIgnore
2014-06-16 21:27:47 +00:00
CRC32.str = crc32_str;