From cee36b14805f3bf5938347f9abb32c960910708e Mon Sep 17 00:00:00 2001 From: Marc-Andre Roy Date: Mon, 30 Oct 2017 10:36:15 -0400 Subject: [PATCH] Removed unnecessary namespace declarations. --- types/guid/index.d.ts | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/types/guid/index.d.ts b/types/guid/index.d.ts index 9d1c6b2ea2..6025e90bf1 100644 --- a/types/guid/index.d.ts +++ b/types/guid/index.d.ts @@ -19,19 +19,4 @@ declare namespace guid { function isGuid(value: string): boolean; function raw(): string; - - namespace create { - const prototype: { - }; - } - - namespace isGuid { - const prototype: { - }; - } - - namespace raw { - const prototype: { - }; - } }