MyRepo-Ums/node_modules/piscina/benchmark/fixtures/add.js

3 lines
52 B
JavaScript
Raw Normal View History

2024-01-19 10:09:11 +00:00
'use strict';
module.exports = ({ a, b }) => a + b;