UNPKG
internet-avatar.js
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
Library for connecting to Internet Avatar API.
internet-avatar.js
/
dist
/
types
/
index.d.ts
4 lines
(3 loc)
•
97 B
TypeScript
View Raw
1
2
3
4
export
*
from
"./client.js"
;
export
*
as
types
from
"./types"
;
export
*
as
utils
from
"./utils"
;