Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 245 Bytes

puppeteer.innerparams.md

File metadata and controls

15 lines (11 loc) · 245 Bytes
sidebar_label
InnerParams

InnerParams type

Signature:

export type InnerParams<T extends unknown[]> = {
  [K in keyof T]: FlattenHandle<T[K]>;
};

References: FlattenHandle