UNPKG

generator-confit

Version:

Yeoman generator for creating the development process, tools and a sample project for current-generation web applications

15 lines (10 loc) 160 B
'use strict'; const MAX = 10; let getMaxPlus = x => MAX + x; function hello(name) { return `hello ${name}`; } module.exports = { hello, getMaxPlus };