node-uuid: Use proper OR-type

This commit is contained in:
Guilherme Bernal
2015-06-11 20:39:38 -03:00
parent 066819c65f
commit 27eac40620
+1 -1
View File
@@ -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.