puppeteer/new-docs/puppeteer.serializable.md
2020-07-10 11:52:13 +01:00

359 B

Home > puppeteer > Serializable

Serializable type

Signature:

export declare type Serializable = number | string | boolean | null | BigInt | JSONArray | JSONObject;