UNPKG
scidapi-client
Version:
latest (1.0.1)
1.0.1
1.0.0
Supercell ID API client
scidapi-client
/
dist
/
index.d.ts
4 lines
(3 loc)
•
99 B
TypeScript
View Raw
1
2
3
4
import
SCIDClient
from
"./client.js"
;
export
default
SCIDClient
;
export
*
from
"./types/index.js"
;