smartspawn/test/child.ts

6 lines
94 B
TypeScript
Raw Normal View History

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