UNPKG
bob-the-miner
Version:
latest (2.0.0)
2.0.0
0.0.1
Bob is a web miner
github.com/raoul2000/bob-the-miner
raoul2000/bob-the-miner
bob-the-miner
/
index.js
8 lines
(5 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
const
main =
require
(
'./src/main'
);
module
.
exports
= {
"work"
: main.
run
};