Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 252 Bytes

puppeteer.innerparams.md

File metadata and controls

15 lines (11 loc) · 252 Bytes
sidebar_label
InnerParams

InnerParams type

Signature:

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

References: FlattenHandle