smartspawn/test/child.ts

6 lines
91 B
TypeScript
Raw Normal View History

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