UNPKG
@chasecoding/easyfunctions
Version:
latest (1.0.0)
1.0.0
Some easy functions to show how to create an npm package and post it to the NPM Registry
@chasecoding/easyfunctions
/
index.js
5 lines
(3 loc)
•
75 B
JavaScript
View Raw
1
2
3
4
5
import
Math
from
'./math'
const
cmath =
new
Math
export
default
cmath