fix linter
This commit is contained in:
parent
a2d214f255
commit
5086a56b05
3
packages/playwright-core/src/utils/third_party/tar/index.d.ts
vendored
Normal file
3
packages/playwright-core/src/utils/third_party/tar/index.d.ts
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import { Writable } from "stream"
|
||||
|
||||
export function extract(destination: string): Writable;
|
||||
Loading…
Reference in a new issue