README
@sianlouisa/additon
Add two numbers together.
Install
npm install @sianlouisa/addition
Usage
const addition = require("@sianlouisa/addition");
addition(1, 2);
//=> "3"
addition("hello", "world!");
//=> Uncaught TypeError: Numbers required!