UNPKG

cucumber-steps-parser

Version:

A utility to parse the cucumber steps defined in the corresponding step definition files

3 lines (2 loc) 130 B
export { getFileCucumberSteps, getFolderCucumberSteps } from './logic'; export { ICucumberStep, IParsingOptions } from './types';