mirror of
https://github.com/denoland/deno.git
synced 2024-12-11 10:07:54 -05:00
c9da27e147
Fixes #24419.
1 line
No EOL
37 B
JavaScript
1 line
No EOL
37 B
JavaScript
module.exports.sum = (a, b) => a + b; |