From 2c9745032a4254ee586f86bcd3e8aaabdc504c1f Mon Sep 17 00:00:00 2001 From: Ravi Luthra Date: Tue, 14 Nov 2017 20:41:48 -0700 Subject: [PATCH] Fix example code issue --- types/unzip/index.d.ts | 3 --- 1 file changed, 3 deletions(-) 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;