359 B
359 B
Home > puppeteer > Serializable
Serializable type
Signature:
export declare type Serializable = number | string | boolean | null | BigInt | JSONArray | JSONObject;