js-crc32/bits/00_header.js

6 lines
154 B
JavaScript
Raw Normal View History

2014-06-16 21:27:47 +00:00
/* crc32.js (C) 2014 SheetJS -- http://sheetjs.com */
/* vim: set ts=2: */
var CRC32 = {};
2015-05-06 21:47:18 +00:00
/*:: declare var DO_NOT_EXPORT_CRC: any; */
2014-06-16 21:27:47 +00:00
(function(CRC32) {