UNPKG
my-quiv
Version:
latest (1.0.0)
1.0.0
package to use quiver api in node application easily.
my-quiv
/
index.js
5 lines
(4 loc)
•
89 B
JavaScript
View Raw
1
2
3
4
5
// index.js
module
.
exports
=
function
greet
(
name
) {
return
`Hello,
${name}
!`
; };