You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was previously using the options type provided in the DefinitelyTyped package (i.e. V7Options) to type a function that passed through options to the UUID constructor. I would love if those options types were exported by UUID v11
Additional information
I can work around the issue by declaring a type type V7Options = Parameters<typeof v7>[0], but it's a little clunky compared to having access to the type directly
The text was updated successfully, but these errors were encountered:
Feature description
I was previously using the options type provided in the DefinitelyTyped package (i.e.
V7Options
) to type a function that passed through options to the UUID constructor. I would love if those options types were exported by UUID v11Additional information
I can work around the issue by declaring a type
type V7Options = Parameters<typeof v7>[0]
, but it's a little clunky compared to having access to the type directlyThe text was updated successfully, but these errors were encountered: