mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
227 B
227 B
sidebar_label |
---|
UnionLocatorOf |
UnionLocatorOf type
Signature:
export type UnionLocatorOf<T> = T extends Array<Locator<infer S>> ? S : never;
References: Locator