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

8 lines (7 loc) 224 B
type Primitive = string | boolean | number; export default class Parser { private content; constructor(content: string); parse(): Record<string, Primitive | Primitive[] | Record<string, Primitive>>; } export {};