UNPKG

@netanelh2/playwright-framework

Version:

A robust Playwright TypeScript testing framework with Page Object Model, smart locators, and utilities

2 lines 169 B
export declare const findItemByProperty: <T, K extends keyof T>(array: readonly T[], propertyName: K, expectedValue: T[K]) => T; //# sourceMappingURL=arrayUtils.d.ts.map