Files
html2canvas/dist/lib/core/bitwise.js
Pawel Bokota ea5e3db648 build dist
2021-04-23 19:08:34 -04: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