UNPKG

@cucumber/cucumber

Version:

The official JavaScript implementation of Cucumber.

7 lines (6 loc) 155 B
export interface IResolvedPaths { unexpandedSourcePaths: string[]; sourcePaths: string[]; requirePaths: string[]; importPaths: string[]; }