1.0.3 • Published 2 years ago
extract-stream v1.0.3
extract a readable stream to file system
const { extractStream } = require("./index");
await extractStream(yourDir, readable);
const { extractStream } = require("./index");
await extractStream(yourDir, readable);