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) 269 B
export interface Position { line: number; column: number; source: string; } export declare function retrievePositionFromSourceMap(): Position; export declare function maybeRetrievePositionFromSourceMap(experimentalSourceMap: boolean): Position | undefined;