UNPKG
@cao-mei-you-ren/afdian
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
爱发电 SDK for Node.js and Browser
github.com/willin/afdian-sdk
willin/afdian-sdk
@cao-mei-you-ren/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'
;