From 27eac40620e5a64d0437750754494b019f242e9b Mon Sep 17 00:00:00 2001 From: Guilherme Bernal Date: Thu, 11 Jun 2015 20:39:38 -0300 Subject: [PATCH] node-uuid: Use proper OR-type --- node-uuid/node-uuid.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-uuid/node-uuid.d.ts b/node-uuid/node-uuid.d.ts index b069e8f37f..c4fa865e52 100644 --- a/node-uuid/node-uuid.d.ts +++ b/node-uuid/node-uuid.d.ts @@ -23,7 +23,7 @@ interface UUIDOptions { * (Number | Date) Time in milliseconds since unix Epoch. * Default: The current time is used. */ - msecs?: any + msecs?: number|Date /** * (Number between 0-9999) additional time, in 100-nanosecond units. Ignored if msecs is unspecified.