Files
html2canvas/dist/lib/core/bitwise.js
nedim hadzialic 87b8c5ba44 added build
2021-04-30 18:24:24 +02:00

4 lines
186 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.contains = function (bit, value) { return (bit & value) !== 0; };
//# sourceMappingURL=bitwise.js.map