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