Skip to content

feature/ts-strict/qgrid-core#615

Open
FinalButterfly wants to merge 2 commits intoqgrid:masterfrom
FinalButterfly:feature/ts-strict/qgrid-core
Open

feature/ts-strict/qgrid-core#615
FinalButterfly wants to merge 2 commits intoqgrid:masterfrom
FinalButterfly:feature/ts-strict/qgrid-core

Conversation

@FinalButterfly
Copy link
Copy Markdown
Contributor

No description provided.


export declare function flattenColumns(columns: ColumnModel[]): ColumnModel[];
export declare function findLine(columns: ColumnModel[], key: string): { columns: ColumnModel[]; index: number } | null;
export declare function findLine(columns: ColumnModel[], key: string): any;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why it was removed?


export declare class Composite {
static func<T, A>(list: ((...args) => T)[], reducer?: (A, T) => A, memo?: A): (...args) => A;
static func<T, A>(list: ((...args: any) => T)[], reducer?: (A: any, T: any) => A, memo?: A): (...args: any) => A;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

strange

lookup(items: any[], unit?: string): any[];
map(entries: any[]): any[];
keyFactory<K>(unit: string): (any) => K;
keyFactory<K>(unit: string): (any: any) => K;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

strange

static mutate: (task: () => void) => any;
static measure: (task: () => void) => any;
static clear(token: any);
static clear(token: any): (task: () => void) => any;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are u sure?

@@ -4,4 +4,4 @@ export declare const getKey: (pair: any) => string;
export declare const getIndex: (pairs: any[], pairKey: string) => number;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sure all any can be replaced with valud types here

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 this pull request may close these issues.

2 participants