UNPKG
zalo-api-service
Version:
latest (1.4.6)
1.4.6
A wrapper library to help integrate with Zalo API.
bitbucket.org/teliovn/zalo-api
zalo-api-service
/
dist
/
index.js
8 lines
•
213 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
sayHello
=
void
0
;
function
sayHello
(
) {
console
.
log
(
'hi'
); }
exports
.
sayHello
= sayHello;
//# sourceMappingURL=index.js.map