docs(api.md): add missing ToC entry
[poolifier.git] / workers / worker-nodes / function-to-bench-worker.js
1 'use strict'
2 const functionToBench = require('../../functions/function-to-bench')
3 module.exports = { functionToBench }