smartspawn/testassets/child.ts

4 lines
54 B
TypeScript
Raw Normal View History

2017-01-29 19:50:36 +00:00
module.exports = (input, done) => {
2018-08-02 13:31:05 +00:00
done(input);
};