UNPKG

@qavajs/core

Version:

qavajs framework core

5 lines (4 loc) 207 B
import type { When } from '@cucumber/cucumber'; type StepDefinitionCode = Parameters<typeof When>['2']; export declare function Template(scenario: (...args: any[]) => string): StepDefinitionCode; export {};