mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
build dist
This commit is contained in:
4
dist/lib/core/bitwise.js
vendored
Normal file
4
dist/lib/core/bitwise.js
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.contains = function (bit, value) { return (bit & value) !== 0; };
|
||||
//# sourceMappingURL=bitwise.js.map
|
Reference in New Issue
Block a user