UNPKG

gherkin-lint-ts

Version:

Gherkin features linter written in Typescript

4 lines (3 loc) 168 B
import { Feature, ResultError } from "../types"; export declare const name = "keywords-in-logical-order"; export declare function run(feature: Feature): ResultError[];