smartspawn/test/child.ts

6 lines
91 B
TypeScript
Raw Normal View History

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