From 4eacec416f82d4fdbf8aaf8cac941eafb6d2b4f8 Mon Sep 17 00:00:00 2001 From: Reznichenko Vladimir Date: Fri, 14 Aug 2015 12:08:00 +0300 Subject: [PATCH] Update node-uuid.d.ts --- node-uuid/node-uuid.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/node-uuid/node-uuid.d.ts b/node-uuid/node-uuid.d.ts index c4fa865e52..42d8ad7ea7 100644 --- a/node-uuid/node-uuid.d.ts +++ b/node-uuid/node-uuid.d.ts @@ -60,3 +60,5 @@ declare module "node-uuid" { var uuid: UUID; export = uuid; } + +declare var uuid: UUID;