UNPKG
js-crc-update
Version:
latest (0.1.1-smallfix)
0.1.1
0.1.1-smallfix
0.1.0
0.1.0-smallfix
Simple CRC checksum functions for JavaScript(CRC-16 and CRC-32).
js-crc-update
/
testnpm
/
test.js
2 lines
•
75 B
JavaScript
View Raw
1
2
var
crc =
require
(
'js-crc-update'
).
crc64
;
console
.
log
(
crc
(
"Coucou Tony"
));