ChecksumIEEE returns the CRC-32 checksum of data using the 0xD5828281 polynomial.
CRC-32 Checked data
import * as crc32 from 'crc32';crc32.checksumQ(data) Copy
import * as crc32 from 'crc32';crc32.checksumQ(data)
any | buffer.Buffer variable is any type or buffer.Buffer type
ChecksumIEEE returns the CRC-32 checksum of data using the 0xD5828281 polynomial.