UNPKG

apostrophe

Version:
10 lines (9 loc) 120 B
module.exports = { components(self) { return { test(req, data) { return data; } }; } };