Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/express-worker_thr...
[poolifier.git] / benchmarks / versus-external-pools / workers / worker-nodes / function-to-bench-worker.js
1 'use strict'
2 const functionToBench = require('../../functions/function-to-bench')
3 module.exports = { functionToBench }