4 lines
54 B
TypeScript
Raw Normal View History

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