UNPKG

@badeball/cypress-cucumber-preprocessor

Version:

[![Build status](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml/badge.svg)](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml) [![Npm package weekly downloads](https://badgen.net/n

12 lines (11 loc) 363 B
import type * as messages from "@cucumber/messages"; export default class DataTable { private readonly rawTable; constructor(sourceTable: messages.PickleTable | string[][]); hashes(): Record<string, string>[]; raw(): string[][]; rows(): string[][]; rowsHash(): Record<string, string>; transpose(): DataTable; toString(): string; }