amzn / style-dictionary

A build system for creating cross-platform styles.
https://styledictionary.com
Apache License 2.0
3.87k stars 543 forks source link

Missing types for formatHelpers #884

Open kwittkowsky opened 1 year ago

kwittkowsky commented 1 year ago

Hello everyone, I found an issue:

Types are missing for formatHelpers functions. Following formatHelpers are documented in Style Dictionary docs / formatHelpers. This can cause errors in type-aware IDEs.

Types are missing in formatHelpers:

kwittkowsky commented 1 year ago

Types are already added. I will close this issue. Only the return type of the function sortByReference is incorrect. I opened a new issue 918