mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: update dependencies (#9436)
Fixed: https://github.com/puppeteer/puppeteer/issues/9372
This commit is contained in:
@@ -7,7 +7,7 @@ sidebar_label: FlattenHandle
|
||||
#### Signature:
|
||||
|
||||
```typescript
|
||||
export declare type FlattenHandle<T> = T extends HandleOr<infer U> ? U : never;
|
||||
export type FlattenHandle<T> = T extends HandleOr<infer U> ? U : never;
|
||||
```
|
||||
|
||||
**References:** [HandleOr](./puppeteer.handleor.md)
|
||||
|
||||
Reference in New Issue
Block a user