fix linter

This commit is contained in:
Simon Knott 2025-01-13 12:13:13 +01:00
parent a2d214f255
commit 5086a56b05
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -0,0 +1,3 @@
import { Writable } from "stream"
export function extract(destination: string): Writable;