UNPKG
@n3okill/utils
Version:
latest (2.0.4)
2.0.4
2.0.3
2.0.0
1.1.1
1.1.0
1.0.5
1.0.4
1.0.2
1.0.1
Many javascript helpers
github.com/n3okill/utils
n3okill/utils
@n3okill/utils
/
dist
/
cjs
/
type
/
isBigInt64Array.js
8 lines
•
290 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isBigInt64Array
= isBigInt64Array;
const
isKind_1 =
require
(
"./isKind"
);
function
isBigInt64Array
(
arg
) {
return
(
0
, isKind_1.
isKind
)(arg,
"BigInt64Array"
); }
//# sourceMappingURL=isBigInt64Array.js.map