UNPKG

yachr

Version:

Yet another cucumber html reporter

7 lines (6 loc) 98 B
/** * Represents a single data table row */ export interface ITableRow { cells: string[]; }