mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #4625 from lbguilherme/patch-4
node-uuid: Use proper OR-type
This commit is contained in:
Vendored
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user