mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
BREAKING(uuid): remove V1Options
in favor of GenerateOptions
(#4925)
This commit is contained in:
parent
b1684ec912
commit
0bfa4faed5
@ -33,14 +33,6 @@ let _clockseq: number;
|
||||
let _lastMSecs = 0;
|
||||
let _lastNSecs = 0;
|
||||
|
||||
/**
|
||||
* Options for {@linkcode generate}.
|
||||
*
|
||||
* @deprecated This will be removed in 1.0.0. Use {@linkcode GenerateOptions}
|
||||
* instead.
|
||||
*/
|
||||
export interface V1Options extends GenerateOptions {}
|
||||
|
||||
/** Options for {@linkcode generate}. */
|
||||
export interface GenerateOptions {
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user