UNPKG
abdellah-chargily-pay
Version:
latest (0.0.1)
0.0.1
i will set this later
github.com/chrhi/abdellah-chargily-pay
chrhi/abdellah-chargily-pay
abdellah-chargily-pay
/
dist
/
index.mjs
8 lines
(7 loc)
•
139 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// src/functions.ts
function
sayHello
(
{ firstName, lastName }
) {
console
.
log
(
`hello
${firstName}
${lastName}
`
); }
export
{ sayHello };