diff --git a/through/through-tests.ts b/through/through-tests.ts index 93fc6d2fa..35822c9e8 100644 --- a/through/through-tests.ts +++ b/through/through-tests.ts @@ -1,3 +1,5 @@ +/// + import through = require('through'); var i = 0; @@ -6,4 +8,4 @@ through( this.queue((i++).toString()); }, function () { this.queue(null); - }, { autoDestroy: true }).pipe(process.stdout); \ No newline at end of file + }, { autoDestroy: true }).pipe(process.stdout);