UNPKG

@node-dlc/core

Version:
7 lines 375 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BitField = void 0; // Re-export BitField from common package to maintain backward compatibility var common_1 = require("@node-dlc/common"); Object.defineProperty(exports, "BitField", { enumerable: true, get: function () { return common_1.BitField; } }); //# sourceMappingURL=BitField.js.map