From 5086a56b051b4c88d474bb4359eac9b4cdd08729 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Mon, 13 Jan 2025 12:13:13 +0100 Subject: [PATCH] fix linter --- packages/playwright-core/src/utils/third_party/tar/index.d.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 packages/playwright-core/src/utils/third_party/tar/index.d.ts diff --git a/packages/playwright-core/src/utils/third_party/tar/index.d.ts b/packages/playwright-core/src/utils/third_party/tar/index.d.ts new file mode 100644 index 0000000000..616f2bca00 --- /dev/null +++ b/packages/playwright-core/src/utils/third_party/tar/index.d.ts @@ -0,0 +1,3 @@ +import { Writable } from "stream" + +export function extract(destination: string): Writable; \ No newline at end of file