UNPKG

@jackfranklin/maths-package-for-blog-post

Version:

4 lines (3 loc) 52 B
export const add = (x, y) => { return x + y; };