-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
TypeScript types such as Rate
, Label
, and a LOT more aren't exported in this library. This means you can't reference them in your functions.
A use case for this is I was trying to build a function that takes in an array of Rates, and returns the best one depending on business criteria. But because the Rate
type wasn't exported, I had to set my parameter type to any
. Which is not a good solution at all.
Please export these types so users can reference them in other functions as parameters and return types.
TrevorS and drewbietron
Metadata
Metadata
Assignees
Labels
No labels