kontent-ai / delivery-sdk-js

Kontent Delivery SDK for Javascript
https://kontent.ai
MIT License
50 stars 34 forks source link

Add type imports (to avoid disabled import elision) #358

Closed PadreSVK closed 2 years ago

PadreSVK commented 2 years ago

Motivation

When using in codebase with preserveValueImports and isolatedModules is required to use type only import. For more info see:

Checklist

How to test

If manual testing is required, what are the steps? no