UNPKG
lh-sdk
Version:
latest (0.1.0)
0.1.0
LassondeHacks REST API SDK in Typescript
github.com/lassondehacks/LHSDK-ts
lassondehacks/LHSDK-ts
lh-sdk
/
src
/
index.ts
8 lines
(6 loc)
•
104 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
*
as
User
from
'./lib/user'
;
import
*
as
Auth
from
'./lib/auth'
;
export
{
User
,
Auth
};