Checksum returns the CRC-32 checksum of data using the polynomial represented by the Table.
CRC-32 Checked data
CRC-32 polynomial
import * as crc32 from 'crc32';crc32.checksum(data,0xedb88320) Copy
import * as crc32 from 'crc32';crc32.checksum(data,0xedb88320)
any | buffer.Buffer variable is any type or buffer.Buffer type
Checksum returns the CRC-32 checksum of data using the polynomial represented by the Table.