puppeteer/docs/api/puppeteer.devicesmap.md

16 lines
218 B
Markdown
Raw Normal View History

---
sidebar_label: DevicesMap
---
# DevicesMap type
**Signature:**
```typescript
export declare type DevicesMap = {
[name: string]: Device;
};
```
**References:** [Device](./puppeteer.device.md)