UNPKG

gherkin-lint-ts

Version:

Gherkin features linter written in Typescript

6 lines (5 loc) 165 B
export declare type Format = "json" | "xunit" | "stylish"; export * from "./config"; export * from "./cucumber"; export * from "./result"; export * from "./linter";