UNPKG

gherkin-lint-ts

Version:

Gherkin features linter written in Typescript

4 lines (3 loc) 182 B
import { Feature, File, ResultError } from "../types"; export declare const name = "no-dupe-feature-names"; export declare function run(feature: Feature, file: File): ResultError[];