From f7facb58461bc623f8d0b0ec7084b3847dbcc5d6 Mon Sep 17 00:00:00 2001 From: rsouza Date: Mon, 11 Dec 2017 18:10:12 -0300 Subject: [PATCH] Unnecessarily references, which is already referenced in the type definition. --- types/hapi/v17/test/hapi-tests.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/types/hapi/v17/test/hapi-tests.ts b/types/hapi/v17/test/hapi-tests.ts index 08711f00f6..b717f5724e 100644 --- a/types/hapi/v17/test/hapi-tests.ts +++ b/types/hapi/v17/test/hapi-tests.ts @@ -1,12 +1,3 @@ -// Type definitions for hapi 17.0 -// Project: https://github.com/hapijs/hapi -// Definitions by: Marc Bornträger -// Rafael Souza Fijalkowski -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - -// Note/Disclaimer: None. - -/// /** REQUEST */ export * from './request/catch-all';