From ed15cd2cc6d06c3aa73ba8bf68ab2719954322b8 Mon Sep 17 00:00:00 2001 From: Edwin Joassart Date: Tue, 29 Nov 2022 11:15:57 +0100 Subject: [PATCH] fix module declaration --- typings/gunzip-maybe/index.d.ts | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/typings/gunzip-maybe/index.d.ts b/typings/gunzip-maybe/index.d.ts index eedd2077..9366f812 100644 --- a/typings/gunzip-maybe/index.d.ts +++ b/typings/gunzip-maybe/index.d.ts @@ -1,15 +1 @@ -// Type definitions for gunzip-maybe 1.4 -// Project: https://github.com/mafintosh/gunzip-maybe -// Definitions by: Thomas Hobson -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - -// Hacked by Edwin to use default export and remove the need for esinterop - -/// -declare module "gunzip-maybe" { - import * as stream from "stream"; - - function gunzip(maxRecursion?: number): stream.Transform; - - export default gunzip; -} +declare module "gunzip-maybe";