UNPKG
binary-clock-js
Version:
latest (2.0.0)
2.0.0
1.0.0
Display Binary Clock
github.com/anjnkmr/binary-clock-js
anjnkmr/binary-clock-js
binary-clock-js
/
node
/
index.js
3 lines
(2 loc)
•
69 B
JavaScript
View Raw
1
2
3
let
{
BinaryClock
} =
require
(
'../binary-clock'
);
new
BinaryClock
();