smartspawn/test/child.ts

6 lines
91 B
TypeScript

import 'typings-global'
import 'smartq'
module.exports = (input, done) => {
done(input)
}