Merge pull request #1261 from poolifier/dependabot/npm_and_yarn/examples/typescript...
[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 }