2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-22 19:50:36 +00:00

4 lines
84 B
JavaScript
Raw Normal View History

export default function(arr = []) {
return arr.map(item => `template-${item}`);
}