UNPKG

yinxing

Version:
10 lines (7 loc) 135 B
const {getSimpleSign,get}=require('./encode') const test=async ()=>{ r=await get() console.log(r.body) return r } test()