puppeteer/docs/api/puppeteer.devicesmap.md

16 lines
201 B
Markdown
Raw Normal View History

2022-07-05 13:41:43 +00:00
---
sidebar_label: DevicesMap
---
# DevicesMap type
**Signature:**
```typescript
export declare type DevicesMap = {
[name: string]: Device;
};
```
**References:** [Device](./puppeteer.device.md)