UNPKG
ad_oauth2
Version:
latest (1.0.0)
1.0.0
ad_oauth2
/
app.js
13 lines
(7 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
const
emails =
require
(
'./getEmails'
);
async
function
testToken
(
){
let
res = emails.
listEmail
();
console
.
log
(
"sonuc : "
+ res ); } emails.
selam
()
testToken
()