1
0
mirror of https://github.com/niklasvh/html2canvas.git synced 2023-08-10 21:13:10 +03:00
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