blob: 450e2a11010479cd65c3d5ddbd49f367491f987c [file] [log] [blame]
Austin Schuh7c75e582020-11-14 16:41:18 -08001"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.SIZE_PREFIX_LENGTH = exports.FILE_IDENTIFIER_LENGTH = exports.SIZEOF_INT = exports.SIZEOF_SHORT = void 0;
4exports.SIZEOF_SHORT = 2;
5exports.SIZEOF_INT = 4;
6exports.FILE_IDENTIFIER_LENGTH = 4;
7exports.SIZE_PREFIX_LENGTH = 4;