Files
flights_web_raw/node_modules/piscina/benchmark/fixtures/add.js
T

3 lines
52 B
JavaScript

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