mirror of
https://github.com/TECHNOFAB11/ergogen.git
synced 2025-12-11 23:50:05 +01:00
3 lines
No EOL
108 B
JavaScript
3 lines
No EOL
108 B
JavaScript
module.exports = params => {
|
|
return `Custom template override. The secret is ${params.custom.secret}.`
|
|
} |