external module for uuid, removed var

with global interfaces for existing users
This commit is contained in:
Bart van der Schoor
2014-04-28 22:37:39 +02:00
parent d8b512ed51
commit fb6da7e0ab
2 changed files with 10 additions and 5 deletions
+2
View File
@@ -1,5 +1,7 @@
/// <reference path="node-uuid.d.ts" />
import uuid = require('node-uuid');
var uid1: string = uuid.v1()
var uid2: string = uuid.v2()
var uid3: string = uuid.v3()