-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: export type helpers #58
Conversation
Codecov ReportAll modified and coverable lines are covered by tests β
Additional details and impacted files@@ Coverage Diff @@
## main #58 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 1 2 +1
Lines 131 338 +207
Branches 35 36 +1
==========================================
+ Hits 131 338 +207 β View full report in Codecov by Sentry. |
π Linked issue
nuxt/nuxt#23696
β Type of change
π Description
This exports type helpers matching the functions/return types of the helpers scule offers.
Ideally this should mean if #57 lands, we can just update the implementation of these types rather than have a breaking change.
π Checklist