UNPKG

@scribelabsai/amazon-trp

Version:

Amazon Textract Response Parser library for Node.

8 lines 185 B
import type { Cell } from './Cell'; export declare class Row { cells: Cell[]; constructor(); toString(): string; toArray(): string[]; } //# sourceMappingURL=Row.d.ts.map