js-crc32/bits/00_header.js

6 lines
154 B
JavaScript

/* crc32.js (C) 2014 SheetJS -- http://sheetjs.com */
/* vim: set ts=2: */
var CRC32 = {};
/*:: declare var DO_NOT_EXPORT_CRC: any; */
(function(CRC32) {