UNPKG
solar-calc
Version:
latest (1.1.0)
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
A sunrise/sunset/moonrise/moonset calculator
github.com/jonhester/solar-calc
jonhester/solar-calc
solar-calc
/
index.js
4 lines
(2 loc)
•
63 B
JavaScript
View Raw
1
2
3
4
'use strict'
;
module
.
exports
=
require
(
'./lib/solarCalc.js'
);