arithmetic-type/double

View on GitHub
src/arithmetic/add.js

Summary

Maintainability
A
0 mins
Test Coverage
export const add = (a, b) => a + b;