astro-ghostcms/.pnpm-store/v3/files/ac/70abf22cdc0857b6483f4144ab1...

8 lines
151 B
Plaintext

/// <reference types="node" />
import * as stream from "stream";
declare function gunzip(maxRecursion?: number): stream.Transform;
export = gunzip;