Skip to content
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

Update Types #1746

Closed
tjdo opened this issue May 2, 2022 · 0 comments · Fixed by #1798
Closed

Update Types #1746

tjdo opened this issue May 2, 2022 · 0 comments · Fixed by #1798

Comments

@tjdo
Copy link

tjdo commented May 2, 2022

Is your feature request related to a problem? Please describe.
typings.d.ts is not up to date. The one thing I noticed is chunksSortMode allows none as an option, but TypeScript shows this incorrect because it's not including in the typings:

chunksSortMode?:
      | "auto"
      | "manual"
      | ((entryNameA: string, entryNameB: string) => number);

Describe the solution you'd like
It would be nice to have an updated version of typings.d.ts to allow TS to properly validate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant