smartspawn/test/child.ts

6 lines
93 B
TypeScript
Raw Normal View History

2017-01-29 19:50:36 +00:00
import 'typings-global'
import 'smartq'
module.exports = (input, done) => {
done('hi')
}