UNPKG

playwright-bdd

Version:
6 lines 179 B
/** * Helpers for Cucumber language option. */ export declare const LANG_EN = "en"; export declare function isEnglish(lang?: string): boolean; //# sourceMappingURL=lang.d.ts.map