index.js 46 B

1234
  1. export function sum(a, b) {
  2. return a + b;
  3. }