UNPKG
@felipecastillo/create-template
Version:
latest (1.2.0)
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
A CLI to bootstrap new projects
@felipecastillo/create-template
/
templates
/
static-boilerplate
/
src
/
js
/
modules
/
utils.js
2 lines
(1 loc)
•
36 B
JavaScript
View Raw
1
2
export
const
sum
= (
a, b
) => a + b;