UNPKG

147 BJavaScriptView Raw
1module.exports = res => `module.exports = {
2
3 title: '${res.name}',
4
5 meta: [{
6 name: 'description',
7 content: '${res.desc}',
8 }],
9
10};
11`;