Merge pull request #4625 from lbguilherme/patch-4

node-uuid: Use proper OR-type
This commit is contained in:
Masahiro Wakame
2015-06-14 18:22:14 +09:00
+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.