Skip to content

Commit 5615669

Browse files
joshkelhaines
andauthored
Update types/uuid/index.d.mts
Co-authored-by: Andrew Haines <[email protected]>
1 parent 45d74a1 commit 5615669

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

types/uuid/index.d.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ export import stringify = uuid.stringify;
1515
export import parse = uuid.parse;
1616
export import V1Options = uuid.V1Options;
1717
export import V4Options = uuid.V4Options;
18-
export import V6Options = uuid.V7Options;
19-
export import V7Options = uuid.V6Options;
18+
export import V6Options = uuid.V6Options;
19+
export import V7Options = uuid.V7Options;

0 commit comments

Comments
 (0)