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

Feature Request: narrow any types in typescript files #463

Open
DanKaplanSES opened this issue Jan 31, 2024 · 1 comment
Open

Feature Request: narrow any types in typescript files #463

DanKaplanSES opened this issue Jan 31, 2024 · 1 comment

Comments

@DanKaplanSES
Copy link
Contributor

export interface ComputedColumn extends ColumnOptionsRaw {
function: (arg0: any) => any;
}
export type RowSortFunction = (row1: any, row2: any) => number;
export type RowFilterFunction = (row: any) => Boolean;

These type signatures use any unnecessarily. They could be narrowed to more useful types. I could submit a PR, but I'd like to understand the reason for this first; this may be working as intended.

@gopalchobey9
Copy link

@DanKaplanSES can i work on this issue

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

No branches or pull requests

2 participants