You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially it just verifies the uniqueness of the first GUID. The others are not being cross-checked. Instead, it could .push() all GUIDs in a string array and check whether or not that array already .includes() the string.
The text was updated successfully, but these errors were encountered:
ez-guid/tests/guid.spec.ts
Line 73 in 2328825
Essentially it just verifies the uniqueness of the first GUID. The others are not being cross-checked. Instead, it could
.push()
all GUIDs in a string array and check whether or not that array already.includes()
the string.The text was updated successfully, but these errors were encountered: