Home Manual Reference Source

src/arithmetic/add.js

export const add = (a, b) => a + b;