UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

4 lines (3 loc) 200 B
import { StackFrame } from 'error-stack-parser'; export declare function isFileNameInCucumber(fileName: string): boolean; export declare function filterStackTrace(frames: StackFrame[]): StackFrame[];