Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 186 Bytes

puppeteer.platform.md

File metadata and controls

13 lines (9 loc) · 186 Bytes
sidebar_label
Platform

Platform type

Supported platforms.

Signature:

export declare type Platform = 'linux' | 'mac' | 'mac_arm' | 'win32' | 'win64';