pockethost/patches/decompress-unzip+4.0.1.patch
2023-07-17 07:59:25 -07:00

11 lines
337 B
Diff

diff --git a/node_modules/decompress-unzip/index.d.ts b/node_modules/decompress-unzip/index.d.ts
new file mode 100644
index 0000000..25422a6
--- /dev/null
+++ b/node_modules/decompress-unzip/index.d.ts
@@ -0,0 +1,3 @@
+type Plugin = ()=>(buf:Buffer)=>Promise<void>
+const plugin:Plugin
+export default plugin
\ No newline at end of file