Skip to content

Exporting Types as Declaration Files

Choose a tag to compare

@SMAKSS SMAKSS released this 20 May 00:45
· 132 commits to master since this release
7e52fb4

Release Notes

In our continuous effort to improve the package's functionality and usability, we're delighted to announce the following updates:

  • 🏷️ Exporting Types as Declaration Files: To ensure maximum TypeScript support, we have included type declaration (.d.ts) files in our distribution (dist) folder. This step enhances the TypeScript experience by providing better type-checking and autocompletion when using our package.

This update enables TypeScript users to directly access the type information of the library, allowing for robust, type-safe coding experiences. These .d.ts files are automatically included in the npm package, so you don't need to add anything extra to your TypeScript configuration to benefit from them.

Thank you for your continued support and for helping us improve this package. Please don't hesitate to reach out if you have any questions or feedback about this release.