UNPKG
@maksiks/test-npm-project
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A test
github.com/maksiksq/test-npm-project
maksiksq/test-npm-project
@maksiks/test-npm-project
/
dist
/
index.js
6 lines
(5 loc)
•
85 B
JavaScript
View Raw
1
2
3
4
5
6
const
greet
= (
name
) => {
return
`Hello
${name}
!`
; };
// e
export
default
greet;