smartspawn/test/child.ts

6 lines
94 B
TypeScript
Raw Normal View History

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