UNPKG
node-bcc
Version:
latest (2.4.2)
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.2.1
1.2.0
1.1.1
1.1.0
A simple Block Check Character library.
github.com/beyerleinf/node-bcc
beyerleinf/node-bcc
node-bcc
/
build
/
src
/
bcc
/
index.js
6 lines
•
263 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Bcc
=
void
0
;
var
bcc_1 =
require
(
"./bcc"
);
Object
.
defineProperty
(
exports
,
"Bcc"
, {
enumerable
:
true
,
get
:
function
(
) {
return
bcc_1.
Bcc
; } });
//# sourceMappingURL=index.js.map