UNPKG
@jackfranklin/maths-package-for-blog-post
Version:
latest (0.1.0)
0.1.0
@jackfranklin/maths-package-for-blog-post
/
lib
/
esm
/
add.js
4 lines
(3 loc)
•
52 B
JavaScript
View Raw
1
2
3
4
export
const
add
= (
x, y
) => {
return
x + y; };