MyRepo-Ums/node_modules/piscina/benchmark/fixtures/add.js
2024-01-19 11:09:11 +01:00

3 lines
52 B
JavaScript

'use strict';
module.exports = ({ a, b }) => a + b;