UNPKG

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

Version:

4 lines (3 loc) 57 B
export const subtract = (x, y) => { return x - y; };