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.d.mts
9 lines
(6 loc)
•
187 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
type
sayHelloProps = {
firstName
:
string
;
lastName
:
string
; };
declare
function
sayHello
(
{ firstName, lastName }: sayHelloProps
):
void
;
export
{ sayHello,
type
sayHelloProps };