• File: child.js
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/worker-farm/examples/basic/child.js
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 113 bytes
  • MIME-type: text/plain
  • Charset: utf-8
'use strict'

module.exports = function (inp, callback) {
  callback(null, inp + ' BAR (' + process.pid + ')')
}