mirror of
https://github.com/kmitresse/Compo-Service-Log-Project.git
synced 2026-05-14 01:21:48 +00:00
feat: Stream download, extract and parse datasets
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { Duplex } from "node:stream";
|
||||
|
||||
interface Archive {
|
||||
extract(source: string): Duplex;
|
||||
}
|
||||
|
||||
export default Archive;
|
||||
Reference in New Issue
Block a user