mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
359 B
359 B
Home > puppeteer > Serializable
Serializable type
Signature:
export declare type Serializable = number | string | boolean | null | BigInt | JSONArray | JSONObject;