puppeteer/docs/api/puppeteer.unionlocatorof.md

14 lines
227 B
Markdown
Raw Normal View History

---
sidebar_label: UnionLocatorOf
---
# UnionLocatorOf type
#### Signature:
```typescript
export type UnionLocatorOf<T> = T extends Array<Locator<infer S>> ? S : never;
```
**References:** [Locator](./puppeteer.locator.md)