UNPKG
imagic-sdk
Version:
latest (1.0.0)
1.0.0
Official Node.js SDK for Imagic image optimization API
github.com/kirank55/imagic
kirank55/imagic
imagic-sdk
/
dist
/
index.d.ts
5 lines
•
178 B
TypeScript
View Raw
1
2
3
4
5
export
{
ImagicClient
}
from
"./client"
;
export
*
from
"./types"
;
export
*
from
"./utils"
;
export
{
ImagicClient
as
default
}
from
"./client"
;
//# sourceMappingURL=index.d.ts.map