UNPKG
@hamgom95/bikecalc
Version:
latest (7.1.1)
7.1.1
7.1.0
7.0.0
6.0.0
5.0.0
4.0.0
3.0.0
2.0.0
bicycle gearing, power and aerodynamics calculator
@hamgom95/bikecalc
/
index.js
4 lines
(3 loc)
•
169 B
JavaScript
View Raw
1
2
3
4
// use esm to load main es6 module (and export its contents)
const
esmImport
=
require(
"esm"
)(
module
, { mode:
"auto"
});
module
.
exports
= esmImport(
"./src/main.js"
);