@types/table-resolver
TypeScript icon, indicating that this package has built-in type declarations

4.1.3 • Public • Published

Installation

npm install --save @types/table-resolver

Summary

This package contains type definitions for table-resolver (https://github.com/reactabular/table-resolver#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/table-resolver.

index.d.ts

export function headerRows<T>(args: { columns: T[] }): T[];
export function nested<T>(args: { column: T }): T;
export function resolve<T>(args: { columns: T[]; method: (args: { column: T }) => T }): (data: any) => T[];
export function columnChildren<T>(args: { columns: T[] }): T[];

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Marcos Junior.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/table-resolver

Weekly Downloads

22

Version

4.1.3

License

MIT

Unpacked Size

3.16 kB

Total Files

5

Last publish

Collaborators

  • types