diff --git a/types/unzip/index.d.ts b/types/unzip/index.d.ts index 74dec93513..8971ff28df 100644 --- a/types/unzip/index.d.ts +++ b/types/unzip/index.d.ts @@ -31,6 +31,3 @@ export interface Entry { pipe: (stream: NodeJS.WritableStream) => void; autodrain: () => void; } - -/*~ You can declare properties of the module using const, let, or var */ -export const myField: number;