Feature request: expand shared type utilities #2191
Labels
commons
This item relates to the Commons Utility
completed
This item is complete and has been merged/shipped
feature-request
This item refers to a feature request for an existing or new utility
Use case
The project has a series of helper functions that are used to assert the type of a value at runtime. So far we have covered only a few types but with the upcoming JMESPath utility we need to add several more.
These helper functions will be added to the commons package so that over time they can be adopted wherever necessary and remove code duplication.
Solution/User Experience
The helper functions should have a small footprint and have an isolated export so that they can be tree shaken and removed from bundle when not used.
Alternative solutions
No response
Acknowledgment
Future readers
Please react with 👍 and your use case to help us understand customer demand.
The text was updated successfully, but these errors were encountered: