smartspawn/testassets/child.ts

4 lines
54 B
TypeScript

module.exports = (input, done) => {
done(input);
};