UNPKG
afdian
Version:
latest (2.0.0)
2.0.0
1.0.1
0.0.2
0.0.1
0.0.0
爱发电 SDK for Node.js and Browser
github.com/willin/afdian-sdk
willin/afdian-sdk
afdian
/
src
/
index.ts
6 lines
(4 loc)
•
106 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
Afdian
}
from
'./main'
;
export
default
Afdian
;
export
*
from
'./main'
;
export
*
from
'./types'
;