UNPKG
take-shot
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.9
0.0.8
0.0.7
0.0.6
Screenshots with JavaScript
github.com/sedmedgh/take-shot
sedmedgh/take-shot
take-shot
/
dist
/
lib
/
core
/
bitwise.js
6 lines
•
222 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
contains
=
void
0
;
const
contains
= (
bit, value
) => (bit & value) !==
0
;
exports
.
contains
= contains;
//# sourceMappingURL=bitwise.js.map