local.mjs 48 B

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