UNPKG
xyo-httpapi-sdk
Version:
latest (1.0.0)
1.0.0
xyo httpApi 前端调用api
xyo-httpapi-sdk
/
lib
/
index.cjs.js
9 lines
(6 loc)
•
85 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
function
main
(
) {
return
'11'
; }
let
a =
main
();
console
.
log
(a);