UNPKG
@zerokurns/unlayer-ts-client
Version:
latest (0.1.1)
0.1.1
0.1.0
TypeScript client library for the Unlayer Cloud API
@zerokurns/unlayer-ts-client
/
dist
/
index.d.ts
8 lines
(7 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * unlayer-ts-client * TypeScript client library for the Unlayer Cloud API */
export
{
UnlayerClient
}
from
'./client'
;
export
*
from
'./types'
;
export
{
UnlayerApiError
, isUnlayerApiError }
from
'./errors'
;